/* dropmenu For XCMS (www.xpig.com.cn) 2011-11-30 191356 */


	if (DropDown.isSupported()) {
		var ms = new DropDownSet(DropDown.direction.down, 0, 0,  DropDown.reference.bottomLeft);
﻿﻿﻿
	var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem(" · Printer", "./index.php?xcms=product_list&cate=145");
		menu1.addItem(" · Solvent Inkjet Printer", "./index.php?xcms=product_list&cate=148");
		menu1.addItem(" · Cutter", "./index.php?xcms=product_list&cate=150");
		menu1.addItem(" · Laminator", "./index.php?xcms=product_list&cate=147");
		menu1.addItem(" · Engraving Machine", "./index.php?xcms=product_list&cate=149");
		menu1.addItem(" · Laser Engraving Machine", "./index.php?xcms=product_list&cate=146");

	var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem(" · Marker", "./index.php?xcms=product_list&cate=151");
		menu2.addItem(" · TuSeng", "./index.php?xcms=product_list&cate=152");
		menu2.addItem(" · Metal Printer", "./index.php?xcms=product_list&cate=156");
		menu2.addItem(" · PingBan", "./index.php?xcms=product_list&cate=153");
		menu2.addItem(" · Cutter Plotter", "./index.php?xcms=product_list&cate=160");
		menu2.addItem(" · Digitizer", "./index.php?xcms=product_list&cate=162");
		menu2.addItem(" · Scanner", "./index.php?xcms=product_list&cate=164");
		menu2.addItem(" · Large-Format Printer", "./index.php?xcms=product_list&cate=163");

	var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem(" · 3D Printer", "./index.php?xcms=product_list&cate=158");
		menu3.addItem(" · BOX", "./index.php?xcms=product_list&cate=157");
		menu3.addItem(" · mini engraving machine", "./index.php?xcms=product_list&cate=154");
		menu3.addItem(" · 3D Digitizer", "./index.php?xcms=product_list&cate=161");
		menu3.addItem(" · 3D Scanner", "./index.php?xcms=product_list&cate=159");
		menu3.addItem(" · Mold Machine", "./index.php?xcms=product_list&cate=155");

	var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem(" · MIMAKI products", "./index.php?xcms=product_list&cate=188");
		menu4.addItem(" · Ink cartridge", "./index.php?xcms=product_list&cate=165");
		menu4.addItem(" · print-head", "./index.php?xcms=product_list&cate=166");
		menu4.addItem(" · Printing Media", "./index.php?xcms=product_list&cate=167");
		menu4.addItem(" · INK", "./index.php?xcms=product_list&cate=168");

	var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem(" · TUSHENG", "index.php?xcms=product_list_brand&brand=41");
		menu5.addItem(" · MIMAKI", "index.php?xcms=product_list_brand&brand=42");
		menu5.addItem(" · KREON", "index.php?xcms=product_list_brand&brand=40");
		menu5.addItem(" · GCC", "index.php?xcms=product_list_brand&brand=29");
		menu5.addItem(" · Immersion", "index.php?xcms=product_list_brand&brand=39");
		menu5.addItem(" · PRO-PEN", "index.php?xcms=product_list_brand&brand=38");
		menu5.addItem(" · GONGZHENG", "index.php?xcms=product_list_brand&brand=37");
		menu5.addItem(" · GRAPHTEC", "index.php?xcms=product_list_brand&brand=36");
		menu5.addItem(" · GRAVOGRAPH", "index.php?xcms=product_list_brand&brand=35");
		menu5.addItem(" · ROLAND", "index.php?xcms=product_list_brand&brand=34");
		menu5.addItem(" · HIPO", "index.php?xcms=product_list_brand&brand=33");
		menu5.addItem(" · Z-CORP", "index.php?xcms=product_list_brand&brand=32");
		menu5.addItem(" · DIMENSION", "index.php?xcms=product_list_brand&brand=31");
		menu5.addItem(" · CANON", "index.php?xcms=product_list_brand&brand=30");
		menu5.addItem(" · OTHERS", "index.php?xcms=product_list_brand");
		DropDown.renderAll();
}

/* copyright(C)2005-2009 xpig.com.cn */
