function mostra_div(Nr)
{
	document.getElementById(Nr).style.display='block';
	
}
function nascondi_div(Nr)
{
	document.getElementById(Nr).style.display='none';
	
}
function sfondoboxfoto(Nr) 
{
	document.getElementById('foto_div').style.backgroundImage='url(/img/gallery/'+Nr+'.jpg)';
}
