function newHelpWindow(file,window) {
	    msgHelpWindow=open(file,window,'width=405,height=460,left=0,top=0,screenX=0,screenY=0,scrollbars=yes,toolbar=no,status=no,menubar=no,resizable=yes');
			msgHelpWindow.focus();
    if (msgHelpWindow.opener == null) msgHelpWindow.opener = self;
}
