    function AdCall(gsid){
	var URLStr="http://manage.adcall.com.cn/WebCall/WebCall.jsp?surl=http://www.zczlw.com&wid="+gsid;
	var width=400;
	var height=400;
	var left = (screen.width/2) - width/2;
	var top = (screen.height/2) - height/2;
	ReadWin=window.open(URLStr, '_blank', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	ReadWin.opener=self;
	ReadWin.focus();
      }