var a;
a=1;//0:no  1:yes a ctrl popout
if (a==1) {
ADFUSER147="http://www.zjol.com.cn/tech.htm";//ADFUSER147="piclinkurl";

var flagpop=1;//0:gif	1:htm
var picpop="http://www.zjol.com.cn/zxzb/adpop.gif";
var htmpop="http://www.zjol.com.cn/ad/guojinpop.htm";
var widpop=250;
var heipop=250;
var scrollbarspop=0;//0:no  1:yes
//var tarpop="_blank";

var strwinpop="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scrollbarspop+",resizable=0,copyhistory=0,width="+widpop+",height="+heipop+",left=0,top=0";

if (flagpop==0){
	var winpop=open("","zjolpop",strwinpop);
	winpop.document.open("text/html","replace");
	winpop.document.clear();
//	winpop.document.write("<html><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a href='"+ADFUSER147+"' target='"+tarpop+"'><img src='"+picpop+"' border='0'></a></body></html>");
	winpop.document.write("<html><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a  target=_blank href='"+ADFUSER147+"'><img src='"+picpop+"' border='0'></a></body></html>");
	winpop.document.close;
	winpop.focus();
}
else if(flagpop==1){
	window.open(htmpop,"zjolpop",strwinpop);
}
} 