if (window.navigator.appName == 'Lotus Notes') {
// dont put anything in here
}
else {
//forces the WNAV window on the parent to refresh and closes the popup
parent.opener.location.href= document.forms[0].dbURL.value + "/WNAV?OpenForm" ;
self.close()
}