var fadeimages=new Array()
			//IMAGE ARRAY FOR MAIN BANNER
			fadeimages[0]=["images/img0.jpg", "", ""] 
			fadeimages[1]=["images/img7.jpg", "", ""] 
			fadeimages[2]=["images/img2.jpg","",""]
			fadeimages[3]=["images/img8.jpg", "", ""] 
			fadeimages[4]=["images/img4.jpg", "", ""] 
			fadeimages[5]=["images/img5.jpg", "", ""]
			fadeimages[6]=["images/img6.jpg", "", ""]
			fadeimages[7]=["images/img1.jpg", "", ""]
			fadeimages[8]=["images/img3.jpg", "", ""]
			
			//TEXT ARRAY FOR MAIN BANNER
			var ftext= new Array();
			ftext[0] = "<div></div>";
			ftext[1] = "<div class='imgtxt' style='font-size:20px; color: #ffffff;line-height:40px;text-align:left; width:670px; left:40px; top:230px;'>\Modern Sage and Life Mentor\</div>";
			ftext[2] = "<div class='imgtxt' style='font-size:20px; color: #ffffff;line-height:40px;text-align:left; left:410px; top:230px; width:300px;'>\Best selling author of five books\<div>";
			ftext[3] = "<div class='imgtxt' style='font-size:20px; color: #ffffff;line-height:40px;text-align:right; width:670px; top:45px; left:0px; position: absolute;'>\Master of world philosophies, metaphysics of world religions and cultures\</div>";
			ftext[4] = "<div class='imgtxt' style='font-size:20px; color:#ffffff;line-height:25px; top:20px; text-align:left; position: absolute; width:670px; left:10px;' >Master of Martial Arts-Yoga<br>and meditation</div>";
			ftext[5] = "<div class='imgtxt' style='font-size:20px; color:#ffffff;line-height:40px; top:230px; text-align:right; position: absolute; width:670px; left:0px;' >Has trained more than 100,000 people from 80 countries</div>";
			ftext[6] = "<div class='imgtxt' style='font-size:20px; color:#ffffff;line-height:25px; top:200px; text-align:left; position: absolute; width:700px; left:10px;' ><i>\"After self-realization, one needs self-actualization to complete the evolutionary process.\"</i> <br/><div style='text-align:right; font-size:13px;'> -Master Del Pe</div></div>";
			ftext[7] = "<div class='imgtxt' style='font-size:20px; color:#ffffff;line-height:25px; top:200px; text-align:left; position: absolute; width:700px; left:10px;' ><i>\"Meditation is a tool for greater development and service. How you use that tool is what matters most.\"</i> <br/><div style='text-align:right; font-size:13px;'> -Master Del Pe</div></div>";
			ftext[8] = "<div class='imgtxt' style='font-size:20px; color:#ffffff;line-height:25px; top:30px; text-align:left; position: absolute; width:700px; left:10px;' ><i>\"The Soul cannot grow without the personality! That is why the Soul incarnates many, many times for the personality to work for that evolutionary experience that fertilizes the growth of the Soul..\"</i> <br/><div style='text-align:right; font-size:13px;'> -Master Del Pe</div></div>";
			
			// Changes by Sanjeev, 24.04.2009
			// Image array for Logos
			var logoimg = new Array();
			logoimg[0] = ["images/logo1.jpg","",""];
			logoimg[1] = ["images/logo2.jpg","",""];
			logoimg[2] = ["images/logo3.jpg","",""];
			logoimg[3] = ["images/logo4.jpg","",""];
			logoimg[4] = ["images/logo5.jpg","",""];
			
			var logotxt = new Array();
			logotxt[0] = "";
			logotxt[1] = "";
			logotxt[2] = "";
			logotxt[3] = "";
			logotxt[4] = "";
			
			// Image array for testimonial
			var testiimg = new Array();
			testiimg[0] = ["na","",""];
			testiimg[1] = ["na","",""];
			testiimg[2] = ["na","",""];
			
			/*var testitxt = new Array();
			testitxt[0] = "<div><div class=\"testimonialsCont\">";
            testitxt[0] += "The meditations and inner powers techniques (Inner Renewal, Namascar Meditation and Inner Powers Exercises) combined with a timely set of coaching and healing sessions allowed me to go through a major life crisis with only positive outcomes. My marriage survived, my children did not ever realize there was a major issue going on, I slept like a baby, went to work everyday with a happy face and a productive attitude and did not even think about going to a psychiatrist.";
			testitxt[0] += "</div><div class=\"testimonialsContSender\">- C.S., Washington, DC</div></div>";
			
			testitxt[1] = "<div><div class=\"testimonialsCont\">";
            testitxt[1] += "It was very relaxing and soothing.  It felt like nothing could bother me after doing the inner powers exercises.";
			testitxt[1] += "</div><div class=\"testimonialsContSender\">- Family Advocate Worker (JJC), USA</div></div>";
			
			testitxt[2] = "<div><div class=\"testimonialsCont\">";
            testitxt[2] += "I have been involved on a daily basis with yoga, meditation, and breath work for over 8 years.  The inner powers exercises are some of the most powerful and effective exercises I have ever done.  I use them every single day.  They are so potent because they are so simple.   I am able to ‘hear’ (within and without) so much better.  These exercises inspire and create a heightened awareness.";
			testitxt[2] += "</div><div class=\"testimonialsContSender\">- Chad Sanderson, Sports Physical Therapist, Ann Arbor, Michigan</div></div>";*/

			
			
			
			
			
			
			function clearsearchtxt(objtxt)
			{
				//alert(objtxt.value);.
				objtxt.value = "";
				//document.getElementById('').innerText = "";
			}
			function restoresearchtxt(objtxt)
			{
				//alert(objtxt.value);.
				if(objtxt.value == "")
					objtxt.value = "enter search";
				//document.getElementById('').innerText = "";
			}
