function chargePic(path,folder,picture) {
	document.getElementById("image").style.background="url("+path+"pictures/gallery/"+folder+picture+".jpg)";
}
function privacy(language)
 {
window.open("../"+language+"/privacy.html", "Informazioni", "width=520,height=600,scrollbars=1,resizable=0");
} 
function prenotazioni(language)
 {
window.open("..//prenotazioni.aspx?lingua="+language, "Informazioni", "width=880,height=600,scrollbars=1,resizable=0");
} 


