
//if(window.opener==null){ 
//window.opener=null; 
//window.close(); 
//window.open('µ±Ç°Ò³Ãæ','','toolbar=no,menubar=no,location=no,status=no,width=' + screen.width + ',height=' + screen.height + ',left=0,top=0'); 
//} 

//window.location('toolbar=no,menubar=no,location=no,status=no')</script>



  function   maximizeWin()   {     
      if   (window.screen)   {     
          var   aw   =   screen.availWidth;     
          var   ah   =   screen.availHeight;     
          window.moveTo(0,   0);     
          window.resizeTo(aw,   ah);     
      }     
  }   

