﻿function addBookmark(title) {
                     var url=parent.location.href;
                     if (window.sidebar) { 
                            window.sidebar.addPanel(title, url,""); 
                     } else if( document.all ) {
                     window.external.AddFavorite( url, title);
                     } else if( window.opera && window.print ) {
                     return true;
                     }
       }
function SetHome(obj,vrl){
        try{
                obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl);
        }
        catch(e){
                if(window.netscape) {
                        try {
                                netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");  
                        }  
                        catch (e) 
                        { 
                                alert("抱歉！您的浏览器不支持直接设为首页。请在浏览器地址栏输入“about:config”并回车然后将[signed.applets.codebase_principal_support]设置为“true”，点击“加入收藏”后忽略安全提示，即可设置成功。");  
                        }
                        var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
                        prefs.setCharPref('browser.startup.homepage',vrl);
                 }
             }
}

   var openedzx=false;
   function zixun()
   {
         document.getElementById("zmask").style.display=(openedzx?"none":"");
        document.getElementById("zmask").style.width=document.body.clientWidth+"px";
        document.getElementById("zmask").style.height=document.body.clientHeight+"px";        
         document.getElementById("butimg").src=(openedzx?"images/zxs.gif":"images/close.gif");
        if(document.getElementById("showzixun")==null)
        {
          document.getElementById("sonline").innerHTML='<div id="showzixun"><iframe id="zixunw" src="http://www.gg-px.com/online.aspx?id=4" style="width:350px;height:383px;border:0px;background:#fff;" scrolling ="no" frameborder="no"></iframe></div>';
        }        
        document.getElementById("sonline").style.display=(openedzx?"none":"");
       
       if(openedzx)
       {
       
       }
        openedzx=!openedzx;
        
   }
   function movezx()
   {
   document.getElementById("sonline1").style.top=(document.documentElement.scrollTop)+"px";
   }
   function ShowOnLine()
   {    
     document.write('<div id="zmask" style="display:none;z-index:99;position:absolute;left:0px;top:0px;width:600px;height:500px;background:#000;filter:alpha(opacity=50);opacity:0.5;"></div><div id="sonline1" style="z-index:100;position:absolute;left:0;top:220px;text-align:right;background:#336" onclick="zixun();"><img id="butimg" src="images/zxs.gif" style="cursor:hand;background:url(images/close.gif);"/><div id="sonline"></div></div>');
     setInterval("movezx()",200);
   }
   ShowOnLine();   
   function openlt()
   {
    window.open("http://bbs.gg"+"-px.com/jz","_blank");
   }