	// set up drop downs anywhere in the body of the page. I think the bottom of the page is better.. 
	// but you can experiment with effect on loadtime.
	if (mtDropDown.isSupported()) {

		//==================================================================================================
		// create a set of dropdowns
		//==================================================================================================
		// the first param should always be down, as it is here
		//
		// The second and third param are the top and left offset positions of the menus from their actuators
		// respectively. To make a menu appear a little to the left and bottom of an actuator, you could use
		// something like -5, 5
		//
		// The last parameter can be .topLeft, .bottomLeft, .topRight, or .bottomRight to inidicate the corner
		// of the actuator from which to measure the offset positions above. Here we are saying we want the 
		// menu to appear directly below the bottom left corner of the actuator
		//==================================================================================================
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		//==================================================================================================
		// create a dropdown menu
		//==================================================================================================
		// the first parameter should be the HTML element which will act actuator for the menu
		//==================================================================================================

		// MEMBERSHIP


		
		//COMPANY
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("About GlobalCynex","about.php");
		menu2.addItem("Our Offerings","offerings.php");
		menu2.addItem("Our Practices", "practices.php");
		menu2.addItem("Training", "training_usa.php");//"training.php");
		menu2.addItem("Careers", "current_opp.php");

			var subMenu4 = menu2.addMenu(menu2.items[0]);
			subMenu4.addItem("About Us", "about.php");    
			subMenu4.addItem("Advantage", "advantage.php");    			
			//subMenu4.addItem("Management Team", "mngt.php");    						

			var subMenu5 = menu2.addMenu(menu2.items[1]);
			subMenu5.addItem("Products", "prod.php");    
			subMenu5.addItem("Consultants", "consultants.php");    			
			subMenu5.addItem("Services", "services.php");    						
			subMenu5.addItem("Skills", "skills.php");
			
			var subMenu6 = menu2.addMenu(menu2.items[2]);
			subMenu6.addItem("Data Warehousing Practice", "practices_data.php");    
			subMenu6.addItem("ERP Practice", "practices_erp.php");    			

			var subMenu7 = subMenu6.addMenu(subMenu6.items[0]);
			subMenu7.addItem("Methodologies", "data_metho.php");    
			subMenu7.addItem("ETL", "data_ETL.php");    			
			subMenu7.addItem("Business Intelligence", "data_bi.php");    			
			//subMenu7.addItem("Success Stories", "data_stories.php");    			
			subMenu7.addItem("FAQ's", "data_faqs.php");

			var subMenu8 = menu2.addMenu(menu2.items[4]);
			subMenu8.addItem("Current Opportunities", "current_opp.php");    
			subMenu8.addItem("Submit your Resume", "submit_resume.php");
			//subMenu8.addItem("Immigration (LCA)","immigration.php");

			var subMenu9 = menu2.addMenu(menu2.items[3]);
			//subMenu9.addItem("Training in Other Countries", "#");    			
			subMenu9.addItem("Why train with us", "train_withus.php");    
			subMenu9.addItem("Available Courses", "train_courses.php");
			subMenu9.addItem("Schedules", "train_schedules.php");			
			subMenu9.addItem("Self Assessment", "train_assess.php");						
			subMenu9.addItem("Training Locations", "train_locations.php");

			var subMenu10 = subMenu9.addMenu(subMenu9.items[0]);
			//subMenu10.addItem("India", "training_bangalore.php");    
			//subMenu10.addItem("USA", "training_usa.php");    			
	
		//VERTICALS
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Telecom","telecom.php");
		menu3.addItem("Insurance", "Insurance1.php");
		menu3.addItem("Banking & Financial", "Banking.php");
		menu3.addItem("Retail", "Retail.php");
		menu3.addItem("Hospital Services", "Hospital.php");		
		
		
		//PROJECT MANAGEMENT
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Estimation Methodology","estimation.php");
		menu4.addItem("Delivery Model", "delivery.php");
		menu4.addItem("Change Management", "change.php");
		menu4.addItem("Risks & Mitigation", "risks.php");
		
		
		//OPERATIONS IN OTHER COUNTRIES
//		var menu5 = ms.addMenu(document.getElementById("menu5"));
//		menu5.addItem("Training in India","training_bangalore.php");
		

		
		//OUTSOURCING
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Employee Login","#");
		menu6.addItem("Support","#");		
		//menu6.addItem("H1 Green Card","h1greencard.html");
		//menu6.addItem("Values","values.html");
		//menu6.addItem("Render Theory List","http://www.highend3d.com/render/listserver/");
		//menu6.addItem("Render Theory Archives","http://www.highend3d.com/render/archive/");
		//menu6.addItem("Rendering Tools","http://www.highend3d.com/render/tools/");
		//menu6.addItem("Rendering Services","http://www.highend3d.com/render/services/");
		
		/*var subMenu4 = menu6.addMenu(menu6.items[1]);
		subMenu4.addItem("Updates", "/jig/");    
    subMenu4.addItem("Forums", "/boards/index.php?Cat=1,4");
    subMenu4.addItem("List Servers", "/jig/listserver/");
    subMenu4.addItem("List Interface", "/jig/archive/");
    subMenu4.addItem("Plugins", "/jig/plugins/");
    subMenu4.addItem("Shaders", "/jig/shaders/");
    subMenu4.addItem("Tools", "/jig/tools/");
    subMenu4.addItem("Users Links", "/jig/users/");
    subMenu4.addItem("", "");
    subMenu4.addItem("Steamboat Software", "http://www.steamboat-software.com/");
    
    var subMenu5 = menu6.addMenu(menu6.items[1]);
    subMenu5.addItem("Updates", "/renderman/");    
    subMenu5.addItem("Forums", "/boards/postlist.php?Cat=&Board=renderman");
    subMenu5.addItem("Plugins & Tools", "/renderman/tools/");
    subMenu5.addItem("Shaders", "/renderman/shaders/");
    subMenu5.addItem("Users Links", "/renderman/users/");*/
    
    //CONTACT
   // var menu7 = ms.addMenu(document.getElementById("menu7"));
  /*  menu7.addItem("Updates","/shake/");
		menu7.addItem("Forums", "/boards/postlist.php?Cat=&Board=shakeforum");
		menu7.addItem("Hardware Tests", "/tests/shake/");
		menu7.addItem("List Servers", "/shake/listserver/");
		menu7.addItem("List Server Archive", "/shake/archive/");
		menu7.addItem("Macros", "/shake/macros/");
		menu7.addItem("Plugins", "/shake/plugins/");
		menu7.addItem("Tips/Tutorials", "/shake/tutorials/");
		menu7.addItem("Tools", "/shake/tools/");
		menu7.addItem("Users Links", "/shake/users/");
		menu7.addItem("", "");
		menu7.addItem("Nothing Real", "http://www.nothingreal.com");*/
		
		
		/*var menu8 = ms.addMenu(document.getElementById("menu8"));
    menu8.addItem("Updates","http://www.highend3d.com/3dsmax/");
		menu8.addItem("Forums", "/boards/postlist.php?Cat=&Board=3dsmax");
		menu8.addItem("Plugins", "/3dsmax/plugins/");
		menu8.addItem("Scripts", "/3dsmax/scripts/");
		menu8.addItem("Shaders", "/3dsmax/shaders/");
		menu8.addItem("Tips/Tutorials", "/3dsmax/tutorials/");
		menu8.addItem("Tools", "/3dsmax/tools/");
		menu8.addItem("Users Links", "/3dsmax/users/");
                menu8.addItem("", "");
                menu8.addItem("Discreet", "http://www.discreet.com/products/3dsmax/");*/


		//==================================================================================================
		// write drop downs into page
		//==================================================================================================
		// this method writes all the HTML for the menus into the page with document.write(). It must be
		// called within the body of the HTML page.
		//==================================================================================================
		mtDropDown.renderAll();
	}

