<!-- Begin
function openWindow(page) {
MovieWin = this.open(page, "popWindowMovie", "height=439,width=762,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,top=120,left=120"); 
MovieWin.focus();
}
function openVRWindow(page) {
VrWin = this.open(page, "popVRWindow", "height=450,width=500,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,top=120,left=120"); 
VrWin.focus();
}
function openTextWindow(page) {
TextWin = this.open(page, "popTextWindow", "height=450,width=500,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,top=120,left=120"); 
TextWin.focus();
}