
	if (GDNetMenuDown.isSupported()) {


		var ms = new GDNetMenuDownSet(GDNetMenuDown.direction.down, 0, 0, GDNetMenuDown.reference.bottomLeft);

    // menu Inny Technology company profiles
	//	var menu1 = ms.addMenu(document.getElementById("menu1"));

	// Menu GDNet servics
	var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- 汽车用品", "products.asp?Type_Id=144");
		menu2.addItem("- 五金工具", "products.asp?Type_Id=146");
		menu2.addItem("- 日常用品", "products.asp?Type_Id=145");
		menu2.addItem("- 酒店用品", "products.asp?Type_Id=147");		

				
			// menu GDNet customer center
		GDNetMenuDown.renderAll();
	}
