var agt=navigator.userAgent.toLowerCase();var is_ie=(agt.indexOf("msie")!=-1 && document.all);if(is_ie)
				{
					document.body.onload = init;
				}
				else
				{
					document.body.onload = init();
				}
				//--------²Ëµ¥ÄÚÈÝ
				if (mtDropDown.isSupported()) 
				{
					var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
					var menu1 = ms.addMenu(document.getElementById("MM1"));
					menu1.addItem("What is DP?","about/index.htm","");
					menu1.addItem("DP Profile","about/DP Profile.htm","");
					menu1.addItem("DP Team","about/DP Team.htm","");
					menu1.addItem("Quality Control","about/Quality Control.htm","");
					
					var menu2 = ms.addMenu(document.getElementById("MM2"));
				menu2.addItem("Tubular Motors","Door Automation/index01.htm","");
					menu2.addItem("Central Motor","Door Automation/index02.htm","");
					menu2.addItem("Sliding Door Motor","Door Automation/index03.htm","");
					menu2.addItem("Sliding Door Operator","Door Automation/index04.htm","");
					menu2.addItem("Door Automation","Door Automation/index05.htm","");
					menu2.addItem("Safety Brake","Door Automation/index06.htm","");
					menu2.addItem("DP Components","Door Automation/index07.htm","");
					menu2.addItem("Shutter Accessories","Door Automation/index08.htm","");
					
					var menu3 = ms.addMenu(document.getElementById("MM3"));
					menu3.addItem("Light type","Awnings/index01.htm","");
					menu3.addItem("Heavy type","Awnings/Heavy type.htm","");
					menu3.addItem("Half Cassette type","Awnings/Half Cassette type.htm","");
					menu3.addItem("Full Cassette type","Awnings/Full Cassette type.htm","");
					menu3.addItem("New Full Cassette type","Awnings/New Full Cassette type.htm","");
					menu3.addItem("PC Awning type","Awnings/PC Awning type.htm","");

					var menu4 = ms.addMenu(document.getElementById("MM4"));
					menu4.addItem("Solar Panels","Solar & Wind/Solar Panels.htm","");
					menu4.addItem("Wind Turbine","Solar & Wind/Wind Turbine.htm","");
					menu4.addItem("VAWT","Solar & Wind/VAWT.htm","");
					menu4.addItem("Battery","Solar & Wind/Battery.htm","");
					
					var menu5 = ms.addMenu(document.getElementById("MM5"));
					menu5.addItem("Auto/Truck Parts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","Auto & Truck Parts/index01.htm","");
					menu5.addItem("Parking Barrier","Auto & Truck Parts/Parking Barrier.htm","");
					menu5.addItem("Auto accessories","Auto & Truck Parts/Auto accessories.htm","");					
					
					var menu6 = ms.addMenu(document.getElementById("MM6"));
					menu6.addItem("Machine&nbsp;&nbsp;","Machining/index01.htm","");
					menu6.addItem("Die casting","Machining/Die casting.htm","");
					menu6.addItem("Extruding","Machining/Extruding.htm","");
					menu6.addItem("Sampling","Machining/Sampling.htm","");
					menu6.addItem("Moulding","Machining/Moulding.htm","");

					var menu7 = ms.addMenu(document.getElementById("MM7"));
					menu7.addItem("Information Services","DP Services/index.htm","");
					menu7.addItem("Inspection Services","DP Services/Inspection.htm","");
					menu7.addItem("Import Services","DP Services/Import.htm","");
					menu7.addItem("Airport pickup Serices","DP Services/Airport pickup.htm","");
					menu7.addItem("Hotel booking Services","DP Services/Hotel booking.htm","");

//					var menu8 = ms.addMenu(document.getElementById("MM8"));
//					menu8.addItem("Company","contact/index.htm","");
//					menu8.addItem("Simple Factory","contact/Simple Factory.htm","");
					
					mtDropDown.renderAll();}
