function previsioni_Bolam(){	
	location = "http://www.meteoliguria.it/" +

	document.frmBolam.selBolamArea.value + 

	".asp"
}
function previsioni_dalam(){	
	location = "http://www.politicheagricole.it/ucea/dalam/miekfy901_" +
	document.frmDalam.selDalamArea.value + "_" + document.frmDalam.selDalamPar.value + document.frmDalam.selDalamScad.value + ".htm"
}

function previsioni_ncepeuropa(){	

	location = "http://www.uni-koeln.de/math-nat-fak/geomet/meteo/winfos/ncep/" +	document.frmNCEPEuropa.selNCEPEuropaScad.options[document.frmNCEPEuropa.selNCEPEuropaScad.selectedIndex].value + 	document.frmNCEPEuropa.selNCEPEuropaPar.options[document.frmNCEPEuropa.selNCEPEuropaPar.selectedIndex].value + "h.gif"

}

function previsioni_ukmo(){	

	location = "http://www.uni-koeln.de/math-nat-fak/geomet/meteo/winfos/last_" +

	document.frmUKMO.selUKMOScad.options[document.frmUKMO.selUKMOScad.selectedIndex].value + 

	".gif"

}

function previsioni_avn(){

	location = "http://www.infomet.fcr.es/avn/avn12/avn" +

	document.frmAVN.selAVNPar.options[document.frmAVN.selAVNPar.selectedIndex].value + "_" +

	document.frmAVN.selAVNScad.options[document.frmAVN.selAVNScad.selectedIndex].value + ".gif"

}

function area_avn(){

	location = "http://weather.unisys.com/aviation/" +

	document.frmAVNArea.selAVNArea.options[document.frmAVNArea.selAVNArea.selectedIndex].value

}

function previsioni_jma(){	

	location = "http://www.wetterzentrale.de/pics/Rjma" +

	document.frmJMA.selJMAScad.options[document.frmJMA.selJMAScad.selectedIndex].value + 

	document.frmJMA.selJMAPar.options[document.frmJMA.selJMAPar.selectedIndex].value+".html"

 }


