if (top.location !== self.location) 
{ 
      top.location.href=self.location;
      self.close();
} 
function view(num,id,tag,all){
    var str=tag;
    if(str){
        for(i=1;i<=all;i++){
            document.getElementById(str+i).style.display='none';
            document.getElementById(id+i).className="nor" ;
        }
    }
    document.getElementById(str+num).style.display='block';
    document.getElementById(id+num).className="act" ;

}
if (typeof get_cookie == "undefined" || typeof get_cookie == "function"){
    function get_cookie(varname){
        var tmp_ary = new Array();
        if (varname){
            a = document.cookie.indexOf(varname+"=");
            if (a != -1){
                b = document.cookie.substring((a+varname.length+1),document.cookie.length);
                c = b.split(";");
                d = c[0];
                return d;
            }
        }
    }
}
if (get_cookie("zol_userid")){
    document.write('<scr'+'ipt src="http://my.zol.com.cn/public_new.php" type=text/javascript><\/scr'+'ipt>');
}

function subfm(ev){
	ev=ev?ev:window.event;
	if(ev.keyCode==13){
		location.href="http://softbbs.zol.com.cn/search.php?kword="+document.getElementById('keyd').value;
	}
}


function view_list(num,id,tag,all){
    var str=tag;
    if(str){
        for(i=1;i<=all;i++){
            document.getElementById(str+i).style.display='none';
            document.getElementById(id+i).className="nor" ;
        }
    }
    document.getElementById(str+num).style.display='block';
    document.getElementById(id+num).className="cur" ;

}

 









