function switchimmagine(file) {

	$('fotoprincipale').innerHTML = "<img src='"+file+"'/>";

}