	// 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
		//==================================================================================================

		//
		// About Robocup2004
		//
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Overview", "http://ivl.listedcompany.com/company_business.html", "_parent");
		menu1.addItem("Background of the<br>Company", "http://ivl.listedcompany.com/company_background.html", "_parent");
		menu1.addItem("Vision, Mission, Values", "http://ivl.listedcompany.com/vision.html", "_parent");
		menu1.addItem("Awards and Certificates", "http://ivl.listedcompany.com/award.html", "_parent");
		menu1.addItem("Group CEO Message", "http://ivl.listedcompany.com/ceo_message.html", "_parent");
		menu1.addItem("World Map with all Facilities", "http://www.indoramaventures.com/company_business.php", "_parent");
		menu1.addItem("Management Structure", "http://ivl.listedcompany.com/organization_chart.html", "_parent");
		menu1.addItem("Board of Directors", "http://ivl.listedcompany.com/directors.html", "_parent");
		menu1.addItem("Group Structure", "http://ivl.listedcompany.com/group_structure.html", "_parent");
		menu1.addItem("Corporate Documents", "http://ivl.listedcompany.com/cg.html", "_parent");
		menu1.addItem("Corporate Identity", "http://ivl.listedcompany.com/corp_id.html", "_parent");
		menu1.addItem("Corporate Video", "http://ivl.listedcompany.com/corp_vdo.html", "_parent");
		menu1.addItem("Glossary of petrochemical<br>terms Eng-TH", "http://ivl.listedcompany.com/glossary.html", "_parent");
	
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Health, Safety  and<br>Environment ", "http://www.indoramaventures.com/citizen_health_safety.php", "_parent");
		menu2.addItem("Social Responsibility<br>Policy", "http://www.indoramaventures.com/citizen_csr_policy.php", "_parent");
		menu2.addItem("CSR News", "http://www.indoramaventures.com/citizen_csr_news.php", "_parent");
		menu2.addItem("Sustainability", "http://www.indoramaventures.com/citizen_sustainability.php", "_parent");
		menu2.addItem("Sustainability Report", "http://www.indoramaventures.com/citizen_csr_report.php", "_parent");
		menu2.addItem("Community Involvement", "http://www.indoramaventures.com/citizen_community_involvement.php", "_parent");
		menu2.addItem("CSR Video", "http://www.indoramaventures.com/csr_vdo.php", "_parent");
			
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("PET", "http://www.indoramaventures.com/business_pet_division.php", "_parent");
		menu3.addItem("Polyester", "http://www.indoramaventures.com/business_polyester_division.php", "_parent");
		menu3.addItem("PTA", "http://www.indoramaventures.com/business_pta_division.php", "_parent");
		menu3.addItem("Wool", "http://www.indoramaventures.com/business_wool_division.php", "_parent");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("IVL-T1", "http://ivl.listedcompany.com/ivl_t1.html", "_parent");
		menu4.addItem("Financial Highlights", "http://ivl.listedcompany.com/financial_highlights.html", "_parent");
		menu4.addItem("Shareholding structure", "http://ivl.listedcompany.com/share_structure.html", "_parent");
		menu4.addItem("Shareholders Meeting<br>(AGM/EGM)", "http://ivl.listedcompany.com/meeting.html", "_parent");
		menu4.addItem("Shareholders Visit Program", "http://ivl.listedcompany.com/company_visit.html", "_parent");
		menu4.addItem("Bondholders", "http://ivl.listedcompany.com/bond.html", "_parent");
		menu4.addItem("Annual Report", "http://ivl.listedcompany.com/ar.html", "_parent");
		menu4.addItem("Sustainability Report", "http://ivl.listedcompany.com/sustainability_report.html", "_parent");
		menu4.addItem("Form 56-1", "http://ivl.listedcompany.com/form_561.html", "_parent");
		menu4.addItem("Financial Statements", "http://ivl.listedcompany.com/financials.html", "_parent");		
		menu4.addItem("MD & A", "http://ivl.listedcompany.com/mdna.html", "_parent");
		menu4.addItem("Dividend Policy", "http://ivl.listedcompany.com/dividend.html", "_parent");
		menu4.addItem("Analyst Contact", "http://ivl.listedcompany.com/analyst.html");
		menu4.addItem("Analyst Reports", "http://ivl.listedcompany.com/analyst_reports.html");
		menu4.addItem("TRIS Rating Reports", "http://ivl.listedcompany.com/tris_reports.html");
		menu4.addItem("Stock Information", "http://ivl.listedcompany.com/stock_chart_history.html", "_parent");
		menu4.addItem("TSR Calculator", "http://ivl.listedcompany.com/investment_calculator.html", "_parent");
		menu4.addItem("Investor Email Alerts", "http://ivl.listedcompany.com/email_alerts.html", "_parent");
		menu4.addItem("FAQ", "http://ivl.listedcompany.com/faq.html", "_parent");
		
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("SET Announcements", "http://ivl.listedcompany.com/newsroom_set.html", "_parent");
		menu5.addItem("Company Releases", "http://ivl.listedcompany.com/newsroom_press.html", "_parent");
		menu5.addItem("Press Clippings", "http://ivl.listedcompany.com/newsroom_clippings.html", "_parent");
		menu5.addItem("Video & Media<br>Interviews", "http://ivl.listedcompany.com/webcast.html", "_parent");
		menu5.addItem("The Beacon Magazine", "http://ivl.listedcompany.com/newsletter.html", "_parent");
		
		
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Why join Us", "http://www.indoramaventures.com/careers_join_us.php", "_parent");
		menu6.addItem("Jobs", "http://www.indoramaventures.com/careers_available.php", "_parent"); 
		//==================================================================================================
		// 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();
	}

