// JavaScript Document


function Paesi(which) {	
	which.action=which.Nazione.options[which.Nazione.selectedIndex].value;	
	return true;
}
