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