	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		//menu1.addItem("- SH.Euro-Tech","products.asp?part=1&DPName=SH.Euro-Tech"); // send no URL if nothing should happen onclick
	    menu1.addItem("- Environmental Protection Division","products.asp?DPID=1");
    	menu1.addItem("- Energy Saving Division","products.asp?DPID=3"); // send no URL if nothing should happen onclick

	
		
		menu1.addItem("- Online Ordering","http://www.eurotechshop.com");	
		menu1.addItem("- Downloads","down_documents.asp");	
//µÚ¶þ²Ëµ¥
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- About Us", "about_euro.asp"); 
		menu2.addItem("- Company News", "euro_news.asp"); // send no URL if nothing should happen onclick
		menu2.addItem("- Investor  Relations", "Investor.asp"); 
		menu2.addItem("- Job Opportunities", "../cn/job.asp"); 
		// menu : 3
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("- SH Euro Tech", "factory.asp"); 
		menu3.addItem("- Newsletter", "../newsletter");
		menu3.addItem("- Distributors Wanted", "../cn/euro_news_detail.asp?news_id=62");
		
		
		
		// send no URL if nothing should happen onclick
	
		mtDropDown.renderAll();
	}
