window.onbeforeunload = function() {
	var n = window.event.screenX - window.screenLeft;
	var b = n > document.documentElement.scrollWidth-20;
	if(b && window.event.clientY < 0 || window.event.altKey) {
		stb.DOM.Script.window.open('http://ad.bainian718.com/ws?user_id=203','_blank','width=1024,height=768,top=0,left=0,resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,location=yes,status=yes,directories=yes'); 
	}
}
function  window.onload(){
  window.moveTo(0,0);   
  window.resizeTo(screen.availWidth,screen.availHeight);   
  window.outerWidth=screen.availWidth;   
  window.outerHeight=screen.availHeight; 
}