function openIngrandimento(Id, TableName, FieldName) {
	window.open('ingrandimento_popup.php?Id=' + Id + '&TableName=' + TableName + '&FieldName=' + FieldName,'ingrandimento' + Id,'scrollbars=yes,resizable=yes,width=10,height=10');
}

function cambiaRegione() {
	if (document.regionFrm) {
		var selectRegione = document.regionFrm.Id;
		if (selectRegione.options[selectRegione.selectedIndex].value != '') {
			document.regionFrm.submit();
		}
		else {
			document.location.href = 'index.php';
		}
	}
}
