// JavaScript Document

// opens the window for the video
var xPos = (window.screen.width - 600)/2;
var yPos = (window.screen.height - 360)/2;

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
