function newWindow(file,window) {
    msgWindow1=open(file,window,'width=800,height=585,left=150,top=50,screenX=50,screenY=150,scrollbars=yes,toolbar=yes,resizable=yes');
			msgWindow1.focus();
    if (msgWindow1.opener == null) msgWindow1.opener = self;
}
function newWindowLarge(file,window) {
    msgWindow2=open(file,window,'width=1033,height=685,left=20,top=10,screenX=20,screenY=20,scrollbars=yes,toolbar=yes,resizable=yes');
			msgWindow2.focus();
    if (msgWindow2.opener == null) msgWindow2.opener = self;
}

