function mmLoadMenus()
		{ 
			//if (window.menunav) return;
                window.menunav = new Menu("aboutus",160,17,"Tahoma,Arial",11,"#000000","#FFFFFF","#FFB753","#D05100","left","middle",3,0,1000,5,7,true,true,true,5
,false,true);
   
		menunav.addMenuItem("Profile","location='company.html'");
		menunav.addMenuItem("Achievements","location='achievements.html'");
		menunav.addMenuItem("Tie-ups","location='tieups.html'");
		menunav.addMenuItem("Ceritificates","location='cert.html'");
		menunav.addMenuItem("Testimonials","location='testimonials.html'");
		menunav.addMenuItem("News Archive","location='newsarchive.html'");
				menunav.hideOnMouseOut=true;
				menunav.bgColor='#D05100';
				menunav.menuBorder=0;
				menunav.menuLiteBgColor='';
				menunav.menuBorderBgColor='#D05100';

window.menunav1 = new Menu("services",160,17,"Tahoma,Arial",11,"#000000","#FFFFFF","#FFB753","#D05100","left","middle",3,0,1000,5,7,true,true,true,5,false,true);
   
		menunav1.addMenuItem("Counselling","location='counselling.html'");
		menunav1.addMenuItem("Visa Guidance","location='visaguidance.html'");
		menunav1.addMenuItem("Travel Assistance","location='travelassistance.html'");
		menunav1.addMenuItem("Educational Loan","location='educationalloan.html'");
		menunav1.addMenuItem("Placement","location='placement.html'");						
				menunav1.hideOnMouseOut=true;
				menunav1.bgColor='#D05100';
				menunav1.menuBorder=0;
				menunav1.menuLiteBgColor='';
				menunav1.menuBorderBgColor='#D05100';
	 

window.menunav2 = new Menu("university",160,17,"Tahoma,Arial",11,"#000000","#FFFFFF","#FFB753","#D05100","left","middle",3,0,1000,5,7,true,true,true,5,false,true);
   
		menunav2.addMenuItem("United States","location='usa.html'");
		//menunav2.addMenuItem("Canada","location='canada.html'");
		menunav2.addMenuItem("United Kingdom","location='uk.html'");
		menunav2.addMenuItem("China","location='china.html'");
		//menunav2.addMenuItem("New Zealand","location='newzealand.html'");				
		//menunav2.addMenuItem("University Global","location='uniglobal.html'");
				menunav2.hideOnMouseOut=true;
				menunav2.bgColor='#D05100';
				menunav2.menuBorder=0;
				menunav2.menuLiteBgColor='';
				menunav2.menuBorderBgColor='#D05100';

window.menunav3 = new Menu("utilities",160,17,"Tahoma,Arial",11,"#000000","#FFFFFF","#FFB753","#D05100","left","middle",3,0,1000,5,7,true,true,true,5,false,true);
   
		menunav3.addMenuItem("GRE","location='greinfo.html'");
		menunav3.addMenuItem("GMAT","location='gmatinfo.html'");
		menunav3.addMenuItem("TOEFL","location='toeflinfo.html'");
		menunav3.addMenuItem("USA Map","location='usamap.html'");					
		menunav3.addMenuItem("UK Map","location='ukmap.html'");
		menunav3.addMenuItem("AUS Map","location='ausmap.html'");
		//menunav3.addMenuItem("Photo Session","location='photosession.html'");
		menunav3.addMenuItem("Useful Links","location='usefullinks.html'");
				menunav3.hideOnMouseOut=true;
				menunav3.bgColor='#D05100';
				menunav3.menuBorder=0;
				menunav3.menuLiteBgColor='';
				menunav3.menuBorderBgColor='#D05100';

window.menunav4 = new Menu("faq",160,17,"Tahoma,Arial",11,"#000000","#FFFFFF","#FFB753","#D05100","left","middle",3,0,1000,5,7,true,true,true,5,false,true);
   
		menunav4.addMenuItem("Visa Procedure","location='visaprocedure.html'");
		menunav4.addMenuItem("INS","location='ins.html'");
		menunav4.addMenuItem("General","location='general.html'");
				menunav4.hideOnMouseOut=true;
				menunav4.bgColor='#D05100';
				menunav4.menuBorder=0;
				menunav4.menuLiteBgColor='';
				menunav4.menuBorderBgColor='#D05100';
				

menunav.writeMenus();
} // mmLoadMenus()

	function onchangeofselect()
		{
			//alert("I am going")
			var link=document.f10.select.value
			window.open(link)
			//window.location.href=link
		}

	function MM_showMenu(menu, x, y, child, imgname) 
		{
			if (!window.mmWroteMenu) return;
			MM_clearTimeout();
			if (menu) 
				{
					var obj = FIND(imgname) || document.images[imgname] || document.links[imgname] || document.anchors[imgname];
					x = moveXbySlicePos (x, obj);
					y = moveYbySlicePos (y, obj);
				}
			if (document.layers) 
				{
					if (menu) 
						{
							var l = menu.menuLayer || menu;
							l.top = l.left = 1;
							hideActiveMenus();
							if (this.visibility) l = this;
							window.ActiveMenu = l;
						} 
					else 
						{
							var l = child;
						}
					if (!l) return;
					for (var i=0; i<l.layers.length; i++) 
						{ 			   
							if (!l.layers[i].isHilite) l.layers[i].visibility = "inherit";
							if (l.layers[i].document.layers.length > 0) MM_showMenu(null, "relative", "relative", l.layers[i]);
						}
					if (l.parentLayer) 
						{
							if (x != "relative") l.parentLayer.left = x || window.pageX || 0;
							if (l.parentLayer.left + l.clip.width > window.innerWidth) l.parentLayer.left -= (l.parentLayer.left + l.clip.width - window.innerWidth);
							if (y != "relative") l.parentLayer.top = y || window.pageY || 0;
							if (l.parentLayer.isContainer) 
								{
									l.Menu.xOffset = window.pageXOffset;
									l.Menu.yOffset = window.pageYOffset;
									l.parentLayer.clip.width = window.ActiveMenu.clip.width +2;
									l.parentLayer.clip.height = window.ActiveMenu.clip.height +2;
									if (l.parentLayer.menuContainerBgColor && l.Menu.menuBgOpaque ) l.parentLayer.document.bgColor = l.parentLayer.menuContainerBgColor;
						}
				}
			l.visibility = "inherit";
			if (l.Menu) l.Menu.container.visibility = "inherit";
		  } 
		else if (FIND("menuItem0")) {
		var l = menu.menuLayer || menu;	
		hideActiveMenus();
		if (typeof(l) == "string") l = FIND(l);
		window.ActiveMenu = l;
		var s = l.style;
		s.visibility = "inherit";
		if (x != "relative") 
		{
			s.pixelLeft = x || (window.pageX + document.body.scrollLeft) || 0;
			s.left = s.pixelLeft + 'px';
		}
		if (y != "relative") 
			{
				s.pixelTop = y || (window.pageY + document.body.scrollTop) || 0;
				s.top = s.pixelTop + 'px';
			}
			l.Menu.xOffset = document.body.scrollLeft;
			l.Menu.yOffset = document.body.scrollTop;
	}
		if (menu) window.activeMenus[window.activeMenus.length] = l;
		MM_clearTimeout();
	}
