// Videos On Demand
function open_videos_on_demand_player(track_id) {
  window.open('/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');
}
// NEW! 4
function openNew4Player(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=538');
}
// NEW! 5
function openNew5Player(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=538');
}
// 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');
}
function openNewStrippedPlayer(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');
}
function openNewsPlayer(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'_blank','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
function openNewPage(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'_blank','toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=800,height=600');
}
function openMediaPlayer(SKIN,MEDIA) {
  day = new Date();
  id = day.getTime();
  window.open('/cc-common/mediaplayer/player.html?mps='+SKIN+'&mid='+MEDIA+'','MediPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
function openBeyoncePlayer() {
  day = new Date();
  id = day.getTime();
  window.open('/cc-common/news/videos/player.html?mid=Reuters/2-07/Beyonce-Cover-2-15.asf','openingplayerwindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
function openStreamingOnesite() {
  day = new Date();
  id = day.getTime();
  window.open('/cc-common/streaming_onesite','ccTuner','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=740,height=544');
}
// Photo Gallery (for Dynamic Lead) :: Added by Mark Escott 5/14/07
function open_photo_popup(album_id) {
  window.open('/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
}
function openStreamingPlayer(instance) {
  if(typeof(instance)=="undefined"){
	window.open('/cc-common/streaming_new/index.html','ccTuner','width=668,height=420,status=no,resizable=no,scrollbars=no');
 }
  else {
	window.open('/cc-common/streaming_new/index.html?player_instance=' + instance,'ccTuner','width=668,height=420,status=no,resizable=no,scrollbars=no');
 }
}
