
<!--
function EseguiRicerca (update)
{
	if (update)
		 vai_a = "./AggSoggetti.html";
	else
		 vai_a = "./VisSoggetti.html"; 
	window.location = vai_a;
}

function EseguiRicercaProgetto (update)
{
	if (update)
		 vai_a = "./AggProgetti.html";
	else
		 vai_a = "./VisProgetti.html"; 
	window.location = vai_a;
}
