//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, email, emailHost) {
    document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+ ">" + name + "</a>");
  }

//Popup Gallery
  function doGallery(gid) {
	 window.open("/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable,scrollbars=no,width=728,height=600");
  }
  
//Popup Gallery
  function openGallery(gid) {
	 window.open("http://www.myv101.com/cc-common/gallery/display.html?album_id=" + gid,"myGallery","status=no,menubar=no,resizable,scrollbars=no,width=728,height=600");
  }

//Open Pulse Player Part 1
function openPulsePlayer1() {
window.open('/cc-common/mediaplayer/player.html?redir=yes&mps=pulse.php&mid=http://a1135.g.akamai.net/f/1135/23302/1h/cchannel.download.akamai.com/23302/049103001.MP3?CCOMRRMID=16042843&CPROG=RICHMEDIA&MARKET=MEMPHIS-TN&NG_FORMAT=urbanac&NG_ID=WDIA1070AM&OR','MediaPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}

//Open Pulse Player Part 2
function openPulsePlayer2() {
window.open('/cc-common/mediaplayer/player.html?redir=yes&mps=pulse.php&mid=http://a1135.g.akamai.net/f/1135/23302/1h/cchannel.download.akamai.com/23302/049103101.MP3?CCOMRRMID=16042843&CPROG=RICHMEDIA&MARKET=MEMPHIS-TN&NG_FORMAT=urbanac&NG_ID=WDIA1070AM&OR','MediaPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}

//Open Live WebCam
function openJeffGregLive() {
window.open('/pages/jeffgreglive.html','mywindow','location=0,status=0,scrollbars=0,width=900,height=600');
}

