var pathNdb='/Legato/LegatoRm.nsf'; //******************** function PopWin(url,name,options){ var ContextWindow = window.open(url,name,options); ContextWindow.opener = this; ContextWindow.focus(); }