function mostraImg(urlImg){
	document.getElementById("gallery-big").innerHTML='<img alt="immagine" src="'+urlImg+'" width="315" height="281" />';
}
