// Radio Module : Player popup

function j_mod_radio_player_open ( playerPath , playerWidth , playerHeight ) {
	var winParams = 'toolbar=0,addressbar=0,location=0,statusbar=0,menubar=0,DisableSysMenu=0,frameborder=0,resizable=0,scrollbars=0';
	winParams +=',width='+playerWidth+',height='+playerHeight;
	window.open( playerPath , 'mod_radio_player' , winParams );
}