	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		
		menu1.addItem("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='25' bgcolor='#2566B0'  background='img/menuline.gif' style='padding-left:3px;padding-right:15px'><a href='About.asp?newsId=1' class='downmenu'>&middot;&nbsp;About Wonh</a></td></tr></table>","#");
		
		menu1.addItem("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='25' bgcolor='#2566B0'  background='img/menuline.gif' style='padding-left:3px;padding-right:15px'><a href='About.asp?newsId=2' class='downmenu'>&middot;&nbsp;Honors</a></td></tr></table>","#");
		
		menu1.addItem("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='25' bgcolor='#2566B0'  background='img/menuline.gif' style='padding-left:3px;padding-right:15px'><a href='About.asp?newsId=3' class='downmenu'>&middot;&nbsp;Culture</a></td></tr></table>","#");
		
		menu1.addItem("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='25' bgcolor='#2566B0'   background='img/menuline.gif' style='padding-left:3px;padding-right:15px'><a href='About.asp?newsId=4' class='downmenu'>&middot;&nbsp;Quality</a></td></tr></table>","#");
		
		menu1.addItem("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='25' bgcolor='#2566B0'  background='img/menuline.gif' style='padding-left:3px;padding-right:15px'><a href='About.asp?newsId=5' class='downmenu'>&middot;&nbsp;Equipment</a></td></tr></table>","#");
		
		menu1.addItem("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='25' bgcolor='#2566B0'  background='img/menuline.gif' style='padding-left:3px;padding-right:15px'><a href='About.asp?newsId=6' class='downmenu'>&middot;&nbsp;Network</a></td></tr></table>","#");
		

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='25' bgcolor='#2566B0'  background='img/menuline.gif' style='padding-left:3px;padding-right:15px'><a href='Products2.asp?classId=80' class='downmenu'>&middot;&nbsp;C.V.Axle</a></td></tr></table>","#");
		
		menu3.addItem("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='25' bgcolor='#2566B0'  background='img/menuline.gif' style='padding-left:3px;padding-right:15px'><a href='Products3.asp?classId=81' class='downmenu'>&middot;&nbsp;Outer C.V. Joint</a></td></tr></table>","#");
		
		menu3.addItem("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='25' bgcolor='#2566B0'  background='img/menuline.gif' style='padding-left:3px;padding-right:15px'><a href='Products4.asp?classId=82' class='downmenu'>&middot;&nbsp;Inner C.V. Joint</a></td></tr></table>","#");



		var menu4 = ms.addMenu(document.getElementById("menu4"));
		
		
		mtDropDown.renderAll();
	}
