
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		// HOME
		var menu1 = document.getElementById("menu1");

		// CONSULTING
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Overview", "consulting.html");
		menu2.addItem("QMS - ISO 9001:2000, AS 9100, ISO/TS 16949,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ISO 13485, TL 9000 and ISO/IEC 17025", "services_iso9001.html");
		menu2.addItem("EMS - ISO 14001", "services_iso14001.html");
		menu2.addItem("OH&amp;S - ISO 18001", "services_ohsms18001.html");
		menu2.addItem("IMS - Integrated Management Systems", "services_ims.html");
		
		//  INTERNAL AUDITS
		var menu3 = document.getElementById("menu3");
		
		// SUPPLIER AUDITS 
		var menu4 = document.getElementById("menu4");
		
		// ABOUT US
		var menu5 = document.getElementById("menu5");

		// CUSTOMERS
		var menu6 = document.getElementById("menu6");

		// EMPLOYMENT
		var menu7 = document.getElementById("menu7");
		
		// FAQS
		var menu8 = document.getElementById("menu8");

		// CONTACT
		var menu9 = ms.addMenu(document.getElementById("menu9"));
		menu9.addItem("Contact", "contact.html");
		menu9.addItem("Request for Quote", "contact_request_quote.html");
		
		mtDropDown.renderAll();

	}
