function ImgSel(nome,grande)
{
	grande.src = nome;
}

function setAnteprima(elemShow)
{
	if ($(elemShow).css('display') == 'none')
	{
		$(".homeanteprimasezioni").fadeOut(300);
		$(elemShow).slideDown(500);
	}
}
