function newVideoWindow(fileName) {
	msgWindow=window.open('','altwindow','menubar=no,toolbar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=730,height=720,screenX=10,screenY=10,top=10,left=10');
	msgWindow.close();
	
	msgWindow=window.open(fileName,'altwindow','menubar=no,toolbar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=730,height=720,screenX=10,screenY=10,top=10,left=10');
	msgWindow.focus();
}
