function newSNMAWindow(file,window) {
    msgWindow=open(file,window,'toolbar=yes,location=yes,status=yes,menubar=yes,resizable=yes,scrollbars=yes,resizable=yes,width=630,height=348');
    if (msgWindow.opener == null) msgWindow.opener = self;
	msgWindow.focus();
}