
		with(milonic=new menuname("Main Menu")){
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			style=menuStyle;
			aI("text=HOME;url=index.php;");
			aI("text=REAL TIME EXPERTISE;url=RealTimeExpertise.html;");
			aI("showmenu=Plans;text=PLANS;");
			aI("text=TESTIMONIAL;url=Testimonials.html;");
			aI("showmenu=WhyUs;text=PROFILE;");
			aI("text=CONTACT US;url=ContactUs.php;");
			 }
	drawMenus();		