
<!--
function demo(Page,scrl){
if (false)window.close();
 if  (!window.win || win.closed)  
 {
 win=open(Page,"gouwu","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=2,width=450,height=350,scrollbars="+scrl+",resizable=1");
 }
 else{
  win.close();
  win=open(Page,"gouwu","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=2,width=450,height=350,scrollbars="+scrl+",resizable=1");
  } 
}



//-->
<!--

var aw = screen.availWidth;
var ah = screen.availHeight;
var vWidth = screen.width;
var vHeight = screen.height;
	
function opensite (url, full, w, h) {
    var opts = "width="+ w +",height="+ h +",scrollbars=0";
    if(full == true) opts += ",fullscreen=1";
    //opts += ",top="+(ah-720)/2+",left="+(aw-1000)/2;
    opts += ",top=0,left=0";
    var ow = window.open(url,"ow",opts);
    ow.focus();
}

// -->
//-->
