// LIB.JS
// *******************************************************************
function apriPopRadio(radio){ // da flash
    	var larghezza= 744;
    	var altezza= 550;
    	var windowLeft = (screen.width - larghezza) / 2;
  		var windowTop = (screen.height - altezza) / 2;
        window.open('http://www.r101.it/player/webradio_verifica.php?quale='+radio, 'popuDiretta', 'height='+ altezza +', width='+larghezza+', top=' + windowTop + ',left=' + windowLeft + ',scrollbars=no, resizable=0, menubar=0, toolbar=0, location=0, statusbar=0, fullscreen=0')        
    };
function apriPopRadioDiretta(){ // da flash
    	var larghezza= 744;
    	var altezza= 550;
    	var windowLeft = (screen.width - larghezza) / 2;
  		var windowTop = (screen.height - altezza) / 2;
        window.open('http://www.r101.it/player/pop_player.php', 'popuDiretta', 'height='+ altezza +', width='+larghezza+', top=' + windowTop + ',left=' + windowLeft + ',scrollbars=no, resizable=0, menubar=0, toolbar=0, location=0, statusbar=0, fullscreen=0') 
    };
function apriPopRadioDiretta_plus2(){ // da flash
    	var larghezza= 744;
    	var altezza= 550;
    	var windowLeft = (screen.width - larghezza) / 2;
  		var windowTop = (screen.height - altezza) / 2;
        window.open('http://www.r101.it/player/pop_player_plus2.php', 'popuDiretta', 'height='+ altezza +', width='+larghezza+', top=' + windowTop + ',left=' + windowLeft + ',scrollbars=no, resizable=0, menubar=0, toolbar=0, location=0, statusbar=0, fullscreen=0') 
    };
function apriContatti(){
		var larghezza= 500;
    	var altezza= 400;
    	var windowLeft = (screen.width - larghezza) / 2;
  		var windowTop = (screen.height - altezza) / 2;
        window.open('http://www.r101.it/popup/footer_contatti.php', 'popupContatti', 'height='+ altezza +', width='+larghezza+', top=' + windowTop + ',left=' + windowLeft + ',scrollbars=no, resizable=0, menubar=0, toolbar=0, location=0, statusbar=0, fullscreen=0')    
	};
function apriAiuto(){
	var larghezza= 500;
    	var altezza= 400;
    	var windowLeft = (screen.width - larghezza) / 2;
  		var windowTop = (screen.height - altezza) / 2;
  		 window.open('http://www.r101.it/popup/remind_data.php', 'popupNoScroll', 'height='+ altezza +', width='+larghezza+', top=' + windowTop + ',left=' + windowLeft + ',scrollbars=no, resizable=0, menubar=0, toolbar=0, location=0, statusbar=0, fullscreen=0')
        return false;	
}
function apriInterattiva(){
       var larghezza= 1000;
    	var altezza= 890;
    	var windowLeft = (screen.width - larghezza) / 2;
  		var windowTop = (screen.height - altezza) / 2;
        window.open('http://www.r101.it/musica/suonacomete.php', 'popuInterattiva', 'height='+ altezza +', width='+larghezza+', top=' + windowTop + ',left=' + windowLeft + ',scrollbars=1, resizable=1, menubar=0, toolbar=0, location=0, statusbar=0, fullscreen=0')
        
}



