function send(f)
{
 var chosen;
 chosen=f.centri.options[f.centri.selectedIndex].value;
 self.location=chosen;
 return false;
}    
