function closeWin(){ var obj = window.opener; if(obj!=null&&obj!="undefined") obj.location.reload(); window.close();}