	//more javascript from http://www.smallrain.net
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Pool Tables", "ptable_c.html");
		menu1.addItem("Power Hockey Tables", "hockey_c.html");
		menu1.addItem("Soccer Tables", "Soccer_c.html");
		menu1.addItem("Video Game Cabinets", "VGC_c.html");
		menu1.addItem("Others", "others.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem(" Pool Tables", "ptable_nc.html");
		menu2.addItem("  Power Hockey Tables", "hockey_nc.html");
		menu2.addItem(" Soccer Tables", "Soccer_nc.html");

		/*var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Current conference", "conf.htm");
		menu3.addItem("Past conference", "study.asp?type=2");
		menu3.addItem("Call for Abstracts", "cfa.htm");
		menu3.addItem("Registration form", "2003_Registration_form.pdf");



		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("  Current Issues", "download.asp?type=1");
		menu4.addItem("  Past Issues", "download.asp?type=2");
		menu4.addItem("  Subscript", "download.asp?type=3");*/

				
		/*var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("  Physician Education", "webmeng_show.asp?type=1");
		menu5.addItem("  Assistance For HCP ", "webmeng_show.asp?type=2");
		menu5.addItem("  Faculty Development ", "webmeng_show.asp?type=3");
		menu5.addItem("  Multicultural", "webmeng_show.asp?type=4");*/


		//var menu6 = ms.addMenu(document.getElementById("menu6"));
		//menu6.addItem("  网页设计", "webbuild.asp?type=1");
		//menu6.addItem("  系统开发", "webbuild.asp?type=2");
		//menu6.addItem("  网站维护 ", "webbuild.asp?type=3");
		//menu6.addItem("  网站推广 ", "webbuild.asp?type=4");
		//menu6.addItem("  域名注册", "webbuild.asp?type=5");
		//menu6.addItem("  虚拟主机", "webbuild.asp?type=6");
		//menu6.addItem("  企业邮局 ", "webbuild.asp?type=7");
		//menu6.addItem("  典型案例  ", "webbuild.asp?type=8");


		mtDropDown.renderAll();
	}
