function open_photo_under_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');
}

// 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 openRyanPlayer(MEDIA) {
  day = new Date();
  id = day.getTime();
  window.open('/cc-common/mediaplayer/player.html?mps=onairryan.php&mid=http://a23.v18227d.c18227.g.vm.akamaistream.net/7/23/18227/v0001/cchannel.download.akamai.com/18227/auth_!/Seacrest/' + 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');
  }
}
function open_videos_on_demand_playerT2(track){
	window.open('/cc-common/ondemand/player.html?program=vod&track_id='+track,'player', 'location=no,menubar=no,width=980,height=592');
}
function open_on_demand_under_playerT2(APID,MID){
	window.open('/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player', 'location=no,menubar=no,width=980,height=592');
}
function open_on_demand_playerT2(APID,MID){
	window.open('/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player', 'location=no,menubar=no,width=980,height=592');
}
function openStreamingPlayerT2() {
	window.open('/cc-common/ondemand/player.html?world=st', 'streaming_player', 'location=no,menubar=no,width=980,height=592');
}
function open_player(id, s) { 
  window.open("/cc-common/videos_on_demand/player.php?track_id=" + id + (s != null && s.length > 0 ? "&s=" + s : ""), "video_player", "location=no,menubar=no,width=727px,height=530px"); 
}

function changepage(thelocation){
	window.open(thelocation,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=668,height=396');
}

function openAllStrippedPlayer(APID,MID,NUMBER){
  window.open('/cc-common/stripped/test/player.html?apid='+APID+'&mid='+MID+'&tot='+NUMBER+'&type=vid&son=1','popWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=740,height=400');
}

var PlayerPopups = {};

PlayerPopups.openPlayer = function(url){

	window.open(url,'player', 'location=no,menubar=no,scrollbars=yes,width=980,height=592');

}
