	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  ", "#");

		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  Gel Refill", "Newpro.asp?types=Gel Refill");
		menu2.addItem("  Ball Pen Refill", "Newpro.asp?types=Ball Pen Refill");
		menu2.addItem("  Metal Refill", "Newpro.asp?types=Metal Refill");
		menu2.addItem("  Plastic Refill", "Newpro.asp?types=Plastic Refill");
		menu2.addItem("  Steel Ball and Lnk", "Newpro.asp?types=Steel Ball and Lnk");

		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  Plastic pen ËÜ½º±Ê", "Producat_plastic.asp");
		menu3.addItem("  Metal pen ½ðÊô±Ê", "Producat.asp?types=Metalpen");
                menu3.addItem("  Other pen ÆäËü±Ê", "Producat.asp?types=otherpen");
		menu3.addItem("  Pen box ±ÊºÐ", "Producat.asp?types=penbox");
		menu3.addItem("  Pen accessory ±ÊÅä¼þ", "Producat.asp?types=penaccessory");
		
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("  Super large refill", "#");
		menu4.addItem("  Universal refill", "#");
		menu4.addItem("  Metal refill", "#");
		menu4.addItem("  Gel refill", "#");
		menu4.addItem("  Ink& steel ball", "#");
                
						
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("  Teansplant", "#");
		menu5.addItem("  Silkscreen", "#");
		menu5.addItem("  Hot film", "#");
		menu5.addItem("  Laser", "#");

		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("  Material", "production.asp");
		menu6.addItem("  Mould", "#");
		menu6.addItem("  Ejaculate", "#");
		menu6.addItem("  Assemble", "#");
		

		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("  Feedback", "Feedback.asp");
		menu7.addItem("  Team", "Team.asp");


		mtDropDown.renderAll();
	}
