function radar(){
	document.getElementById("middle_div").innerHTML = "<center><strong>Radar meteo del nord-ovest</strong><br /><br /><img width=\"580\" height=\"480\" src=\"http://www.meteoliguria.it/dati_osservati/areali/radar_rpa.gif\"></center>";
}

function satellite(){
	document.getElementById("middle_div").innerHTML = "<center><strong>Moviola immagini satellitari in tempo reale</strong><br /><br /><img width=\"580\" height=\"480\" src=\"http://www.sat24.com/images.php?country=it\"></center>";
}

function rilevazioni(){
	$("#middle_div").load("http://www.arpalombardia.it/qaria/listaMI.asp");
}

function radiosondaggi(){
 $("#middle_div").load("dettagli.php?dett=16080");
 }

function mappe(){
 $("#middle_div").load("maps.html");
}

function chisiamo(){
 $("#middle_div").load("chisiamo.html");
}

function nellarete(){
 $("#middle_div").load("nellarete.html");
}


function stazioni(){
	$("#middle_div").load("stazioni.php");
}

