function setHomePage()
{
if(document.all)
{
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.lanhaiyang-lighting.cn/');
}
else if(window.netscape)
{
        try {
          netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
        }
        catch (e)
        {
          alert("此操作被浏览器拒绝！\n请在浏览器地址栏输入“about:config”并回车\n然后将[signed.applets.codebase_principal_support]设置为'true'");
        }
		var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
prefs.setCharPref('browser.startup.homepage','http://www.lanhaiyang-lighting.cn/');

}
}
/*****加入收藏夹****/
function addfavorite()
{
if (document.all)
{
window.external.addFavorite('http://www.lanhaiyang-lighting.cn/',"中山市蓝海洋灯饰厂");
}
else if (window.sidebar)
{
window.sidebar.addPanel("中山市蓝海洋灯饰厂", "http://www.lanhaiyang-lighting.cn","");
}
}

function FastMenu1(s){
document.getElementById("SortMenu"+s).style.display="";
document.getElementById("Menu"+s).className="overmenu"+s;
}
function FastMenu2(s){
document.getElementById("SortMenu"+s).style.display="none";
document.getElementById("Menu"+s).className="";
}

