// Videos On Demand
function open_videos_on_demand_player(track_id) {
  window.open('http://www.wsai.com/cc-common/videos_on_demand/player.php?track_id=' + track_id, 'video_player', 'location=no,menubar=no,width=727px,height=530px');
}

// NEW! 3
function openNew3Player(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=660,height=449');
}

// Stripped
function openPlayer(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'popWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=740,height=400');
}

// 9-11 Media player
function popmedia(URL) {
  window.open(URL,'mediaWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=727px,height=500px');
}
