		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Profile","profile.html");
		menu1.addItem("Research and Development","randd.html");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Environment","environment.html");
		menu2.addItem("Job Application Form","application.html");
		menu2.addItem("Employee Zone","http://203.122.59.210/percos1/index.htm");

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Sesderma","sesderma.html");
		menu3.addItem("Radant Cover System","radant-cover-systems.html");
		menu3.addItem("Ellipse","ellipse.html");
		menu3.addItem("Theralight Dualight","theralight-dualighte.html");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Radant Range","radant-range.html");
		menu4.addItem("Moisturisers","moisturizer.html");
		menu4.addItem("Tar Range","tar-ointment.html");
		menu4.addItem("Cleansers","cleansers.html");
		menu4.addItem("Other Products","other-product.html");

		var subMenu4 = menu4.addMenu(menu4.items[0]);
		subMenu4.addItem("Radant AW","radant-range.html#aw");
		subMenu4.addItem("Radant KC","radant-range.html#kc");
		subMenu4.addItem("Radant SPF","radant-range.html#spf");
		

		var subMenu4 = menu4.addMenu(menu4.items[1]);
		subMenu4.addItem("Oatkin Cream","moisturizer.html");
		subMenu4.addItem("Oatkin Bar","moisturizer.html#bar");
		subMenu4.addItem("Dermoys Cream","moisturizer.html#dc");
		

		var subMenu4 = menu4.addMenu(menu4.items[2]);
		subMenu4.addItem("Protar Ointment","tar-ointment.html");
		subMenu4.addItem("Protar K Lotion","tar-ointment.html#k");
		subMenu4.addItem("Protar Solution","tar-ointment.html#solution");
		

		var subMenu4 = menu4.addMenu(menu4.items[3]);
		subMenu4.addItem("Nosoap","cleansers.html#xn");
		subMenu4.addItem("Paknet Bar","cleansers.html#pb");

		var subMenu4 = menu4.addMenu(menu4.items[4]);
		subMenu4.addItem("Beta Range","other-product.html");
		subMenu4.addItem("Xylem 0.025%","other-product.html#x1");
		subMenu4.addItem("Xylem 0.05%","other-product.html#x");
		subMenu4.addItem("Con 150","other-product-1.html#con");
		subMenu4.addItem("Zyper","other-product-1.html#z");
		subMenu4.addItem("Epilite Lotion","other-product-1.html#lotion");
		subMenu4.addItem("Gefree Lotion","other-product-1.html#lotion1");
		

	    var subMenu4_1 = subMenu4.addMenu(subMenu4.items[0]);
		subMenu4_1.addItem("Provate Cream","other-product.html#cream");
		subMenu4_1.addItem("Provate Lotion","other-product.html#lotion");
		subMenu4_1.addItem("Provate GC","other-product.html#gc");
		subMenu4_1.addItem("Provate S Lotion","other-product.html#s");
		


	    mtDropDown.renderAll();

	}





