this.name='shEAMainWnd'; this.focus(); function openNCW(file,window) { msgWindow=open('','window','resizable=no,width=600,height=500'); msgWindow.location.href = file; if (msgWindow.opener == null) { msgWindow.opener = self; } }