function newWindow(file,window) {
	msgWindow=open(file,window,'resizable=no,width=350,height=300,location=no');
	if (msgWindow.opener == null) msgWindow.opener = self;
}
