 function gotoChoice(selection) {  
     var myindex = selection.selectedIndex;  
     location=selection.options[myindex].value;  
 }

 function search(selection) {  
   status="Once Joe gets searching working, look for '" + selection.value + "'";  
 }  
