www.pudn.com > 下拉菜单.rar > menucontext.js
function showToolbar()
{
mstyle = new MenuStyle();
mstyle.bgColor="#E6FFE6";
mstyle.mainMenuBorder=0;
mstyle.subMenuBorder=0;
mstyle.subMenuWidth=100;
mstyle.menuDelta = 3; // distance between mainmenu and submenu
mstyle.clsMenuItemIE = "class=clsMenuItemIE";
mstyle.clsMenuItemNS = "class=clsMenuItemNS";
mstyle.bMenuStatic =0;
mstyle.mainMenuWidth = "100";
menu = new Menu(mstyle);
menu.addItem("Major", "闪电网络", "Major Search Engines", null, null);
menu.addSubItem("Major", "虎翼网主站", "速度快", "http://sd007.51.net", "newFrm");
menu.addSubItem("Major", "y365镜像站", "速度快!", "http://sd007.y365.net",target="_blank");
menu.addSubItem("Major", "Excite", "Excite", "http://www.excite.com/");
menu.addSubItem("Major", "HotBot", "HotBot", "http://www.hotbot.com/");
menu.addSubItem("Major", "InfoSeek", "InfoSeek", "http://www.infoseek.com/");
menu.addSubItem("Major", "Search.com", "Search.com", "http://www.search.com/");
menu.addSubItem("Major", "Lycos", "Lycos", "http://www.lycos.com/");
menu.addSubItem("Major", "Magellan", "Magellan", "http://www.magellan.com/");
menu.addSubItem("Major", "NetGuide", "NetGuide", "http://www.netguide.com/");
menu.addSubItem("Major", "WebCrawler", "WebCrawler", "http://www.webcrawler.com/");
menu.addSubItem("Major", "Rambler.ru", "Rambler.ru", "http://www.rambler.ru/");
menu.addSubItem("Major", "Yahoo", "Yahoo", "http://www.yahoo.com/");
menu.showMenu();
}