<!--
function Apri_div(n) 
{
if (document.getElementById("scheda_ds"+n).style.display == "block")	{
	document.getElementById("scheda_ds"+n).style.display="none";
	document.getElementById("scheda_d"+n).style.backgroundImage="url(../img/freccia_su.gif)";
	}	
else {    
	document.getElementById("scheda_ds"+n).style.display = "block";
	document.getElementById("scheda_d"+n).style.backgroundImage="url(../img/freccia_giu.gif)";
	}
}



function popup1(str) {
  searchWin = window.open(str,'popup1','scrollbars=yes,width=500,height=500');
}

-->
