// goveganradio.com flash player javascript functions.
// questions? write to: webmaster at goveganradio dot com

function goVeganRadioPlayerPopUpWindow(goVeganRadioShowDate) {
	govegan_url='http://www.goveganradio.com/flashplayer/player32.html';
	govegan_width=500;
	govegan_height=202;
	if(goVeganRadioShowDate != '') govegan_url += '?showDate='+goVeganRadioShowDate;
	govegan_left=(screen.width - govegan_width) / 2;
	govegan_top=(screen.height - govegan_height) / 2;
	goVeganRadioPopupWin = window.open(govegan_url, '', 'width='+govegan_width+',height='+govegan_height+',left='+govegan_left+',top='+govegan_top+',scrollbars=no,menubar=no,resizable=no,toolbar=no,location=no,status=no');
}