function Ente(sCodice) {
	// Ricerca gli endo-procedimenti che hanno l'ente collegato
	//document.thisForm.target = "_blank";
	document.thisForm.action = "ElencoProcedure.asp?t=e&c=" + sCodice;
	document.thisForm.method = "POST";
	document.thisForm.submit();
}

function MacroArea(sCodice) {
	// Ricerca gli endo-procedimenti per macro-area
	//document.thisForm.target = "_blank";
	document.thisForm.action = "ElencoProcedure.asp?t=ma&c=" + sCodice;
	document.thisForm.method = "POST";
	document.thisForm.submit();
}