﻿	if (mtDropDown.isSupported()) {
	var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

	// menu : 1
	var menu1 = ms.addMenu(document.getElementById("menu1"));
	menu1.addItem("<img src=images/spacer.gif width=1 height=5 border=0><br><span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='Index.htm#bonus'>免费获赠</a>&nbsp;&nbsp;", "");
	menu1.addItem("<span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='DvdContent.htm'>DVD目录</a>&nbsp;&nbsp;<br><img src=images/spacer.gif width=1 height=5 border=0>", "");

	// menu : 3
	var menu3 = ms.addMenu(document.getElementById("menu3"));
	menu3.addItem("<img src=images/spacer.gif width=1 height=5 border=0><br><span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='ProductImg.htm#product'>速读软件界面</a>&nbsp;&nbsp;", "");
	menu3.addItem("<span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='ProductImg.htm#work'>软件创作界面</a>&nbsp;&nbsp;", "");
	menu3.addItem("<span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='ProductImg.htm#dvdcover'>DVD光盘截图</a>&nbsp;&nbsp;<br><img src=images/spacer.gif width=1 height=5 border=0>", "");

	// menu : 6
	var menu6 = ms.addMenu(document.getElementById("menu6"));
	menu6.addItem("<img src=images/spacer.gif width=1 height=5 border=0><br><span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='Order.htm'>购买流程</a>&nbsp;&nbsp;", "");
	menu6.addItem("<span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='Order.htm#Payment'>款到发货：支付方式</a>&nbsp;&nbsp;", "");
	menu6.addItem("<span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='PaidConfirm.htm'>款到发货：汇款确认</a>&nbsp;&nbsp;<br><img src=images/spacer.gif width=1 height=5 border=0>", "");

	// menu : menuOS
//	var menuOS = ms.addMenu(document.getElementById("menuOS"));
//	menuOS.addItem("<img src=images/spacer.gif width=1 height=5 border=0><br><span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='Order_CityList.htm'>货到付款：开通城市列表</a>&nbsp;&nbsp;", "");
//	menuOS.addItem("<span style='color:#000000;cursor:text;margin-right:3;'>√</span><a class='a_navlist' href='Order_Submit.htm'>货到付款：在线下单</a>&nbsp;&nbsp;<br><img src=images/spacer.gif width=1 height=5 border=0>", "");

	mtDropDown.renderAll();
	}
init();

