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