<!--
	//ID 018
	function fVisImg(idDato,idTipo,idImg){
		var strUrl = "fin_foto.asp?d=" + idDato + "&t=" + idTipo + "&i=" + idImg;
		var specWin = "width=640,height=640,scrollbars=auto,left=100,top=100";
		window.open(strUrl, "Galleria fotografica", specWin);
	}
//-->

