		if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		//document.getElementById("menu1").className="qmactive";

		var menu1 = ms.addMenu(document.getElementById("menu1",1),"menu1");
		menu1.addItem("Corporate Profile","html/aboutus.html");
		menu1.addItem("Corporate Video ","html/corporate-video.html");
		menu1.addItem("Group of Companies","html/global-reach.html");
		menu1.addItem("Code of Conduct","html/code-of-conduct.html");




		var menu2 = ms.addMenu(document.getElementById("menu2"),"menu2");
		menu2.addItem("Disposable Surgical Gloves","html/disposableSurgicalGloves.html");
		menu2.addItem("Re-usable Surgical Gloves","html/reUsableSurgicalGloves.html");
		menu2.addItem("Polymer Coated Surgical Gloves","html/polymerCoatedSurgicalGloves.html");
		menu2.addItem("Glossary","html/glossary.html");

		//var menu3 = ms.addMenu(document.getElementById("menu3"));

		var menu3 = ms.addMenu(document.getElementById("menu3"),'"menu3"');
		menu3.addItem("Manufacturing ","html/manufacure.html");
		menu3.addItem("Quality","html/quality.html");
		menu3.addItem("Packaging","html/packaging.html");

		//menu3.addItem("WHO GMP","certificate.html#who");
		
		var menu5 = ms.addMenu(document.getElementById("menu5"),'"menu5"');
		menu5.addItem("Current opportunities ","truglyde-fast.html");
		
		var menu6 = ms.addMenu(document.getElementById("menu6",'"menu6"'));
		menu6.addItem("Surgical Gloves ","html/surgicalGloves1.html");
		menu6.addItem("Medical Gloves","html/medicalGloves.html");

	    mtDropDown.renderAll();
	}












