function Popup(page, width, height) {
	   var l = Math.floor((screen.width-width)/2);
	   var t = Math.floor((screen.height-height)/2);
	      window.open(page,"page","width=" + width + ",height=" + height + ",top=" + t + ",left=" + l);
}

/*POPUP PLAYER WEBRADIO*/
function apriWebradio(stream, titolo){
	//alert(canale);
	window.open('popup.php?ch=?streamRadio='+stream+'&titoloRadio='+titolo,'webradio','width=930,height=270');
}
