function closeWin(){if(navigator.appName=="Microsoft Internet Explorer"){window.parent.window.opener=null;window.parent.window.close();}else if(navigator.appName=="Netscape"){top.window.opener=top;top.window.open('','_parent','');top.window.close();}}
