﻿	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", "html/916.htm");
		menu1.addItem("  Leader`s Speech", "html/1112.htm");
		menu1.addItem("  Organizational Chart", "html/1113.htm");
        menu1.addItem("  Culture", "html/1114.htm");
		menu1.addItem("  Credentials", "html/1065.htm");


        var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  Company news", "news/?keys=209");
		menu2.addItem("  Trade news", "news/?keys=290");


		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  Heat-shrinkable category ", "product/?keys=285");
		menu3.addItem("  Non-heat-shrinkable category ", "product/?keys=291");
		menu3.addItem("  PE material ", "product/?keys=295");
		menu3.addItem("  Silicone material ", "product/?keys=297");
		menu3.addItem("  Silicone material ", "product/?keys=298");
		menu3.addItem("  Polyester material ", "product/?keys=299");
		menu3.addItem("  Teflon material ", "product/?keys=300");
		menu3.addItem("  PVC material ", "product/?keys=301");

		
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("  Contact Us ", "html/1116.htm");
		menu4.addItem("  Sales Network ", "html/1117.htm");
		
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("  Latest Sgs test reports ", "yhsq/?keys=293");
		menu5.addItem("  Product information", "yhsq/?keys=302");
		menu5.addItem("  Apply for samples ", "freeyh.asp");
mtDropDown.renderAll();
	}

