function openVideoWindow( sURL ) {
  newWindow = window.open( sURL, "Video", "width=704px, height=607px, resizable=1, scrollbars=1" );
  if (window.focus) {newWindow.focus();}
}
