function 技术支持()
{
getURL("http://www.luqiao.net", "_blank");
}
function 网站首页()
{
getURL("http://www.lucifinil.com/changxin", "_blank");
}
右键菜单 = new ContextMenu();
eval("右键菜单").hideBuiltInItems();
eval("右键菜单").customItems.push(new ContextMenuItem("【技术支持】", 技术支持, false));
eval("右键菜单").customItems.push(new ContextMenuItem("【网站首页】", 网站首页, false));
_root.menu = eval("右键菜单");