//General popup
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//Pop-up with focus
function popup50(URL,xwidth,xheight) {
xleft = 50;
xtop = 50;
eval("page = window.open(URL, '_page', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,visible=0,width=" + xwidth + ",height=" + xheight + ",left=" + xleft + ",top=" + xtop + "');");
page.focus();
}

//hide email addresses from trolls
function dispMail(name, emailUser, emailHost) {
    document.write("<a href=" + "mail" + "to:" + emailUser + "@" + emailHost+ ">" + name + "</a>");
  }

//Popup Gallery
  function doGallery(gid) {
	 window.open("http://www.600wrec.com/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable,scrollbars=no,width=728,height=600");
  }

//Open News Player
function openHourlyNewsPlayer() {
window.open('/cc-common/mediaplayer/player.html?redir=yes&mps=default.php&mid=http://a1135.g.akamai.net/f/1135/23302/1h/cchannel.download.akamai.com/23302/15500001.MP3?CCOMRRMID=5011081&CPROG=RICHMEDIA&MARKET=MEMPHIS-TN&NG_FORMAT=newstalk&NG_ID=wrec600am&OR','MediPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}

//Open Daily Harvey
function openDailyHarvey(id) {
window.open('/cc-common/mediaplayer/player.html?redir=yes&mps=harveydaily.php&mid=http://www.abcrn.com/harvey/wma/' + id + '?CCOMRRMID=5011081&CPROG=RICHMEDIA&MARKET=MEMPHIS-TN&NG_FORMAT=newstalk&NG_ID=wrec600am&OR','MediPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}

//Open Paul Harvey Player
function openPaulHarveyPlayer() {
window.open('/cc-common/mediaplayer/player.html?redir=yes&mps=harveyros.php&mid=http://a1135.g.akamai.net/f/1135/23302/1h/cchannel.download.akamai.com/23302/paulharveyrest.MP3?CCOMRRMID=5011081&CPROG=RICHMEDIA&MARKET=MEMPHIS-TN&NG_FORMAT=newstalk&NG_ID=wrec600am&OR','MediPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}

//Open Expert Player
function openExpertPlayer(id) {
window.open('/cc-common/mediaplayer/player.html?redir=yes&mps=expert.php&mid=http://a1135.g.akamai.net/f/1135/23302/1h/cchannel.download.akamai.com/23302/' + id + '?CCOMRRMID=5011081&CPROG=RICHMEDIA&MARKET=MEMPHIS-TN&NG_FORMAT=newstalk&NG_ID=wrec600am&OR','MediPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}


