this.windowHandle=null
     
     function NewWin(InURL) 
     {
     
     this.windowHandle = window.open(InURL,'_floor','scrollbars=yes,status=yes,location=no,toolbar=yes,directories=no,menubar=no,resizable=yes,width=790,height=552,top=0,left=0'); 
     
     }
