function closeWin(){
   window.open("","_self");
   top.opener=null;
   top.close();
 }