/*CARICA POPUP PLAYER RADIO*/
function playerRadio(){
	window.open('/sezioni/Player/sceltaplayer','radio','width=330, height=460');	
}


/*CARICA POPUP PLAYER AUDIO*/
function PlayerAudio(stream){
	var indirizzo='http://www.105.net/sezioni/Player/playerAudio.php?url=' + stream;			 
	window.open(indirizzo,'Radio','width=330, height=488');	
}

/*CARICA POPUP PLAYER VIDEO*/


function PlayerVideo(stream,titolo,descrizione){
	var indirizzo='http://www.105.net/sezioni/Player/playerVideo.php?video=' + stream + '&titVideo=' + titolo + '&descVideo='+descrizione;			 
	window.open(indirizzo,'Radio','width=330, height=488');	
}

/*CARICA POPUP PLAYER VIDEO*/
function PlayerVideoSingle(stream){
	var indirizzo='http://www.105.net/sezioni/Player/playerVideo.php?video=' + stream;			 
	window.open(indirizzo,'Radio','width=330, height=488');	
}
