function dropgo(what) { 

var url = what.options[what.selectedIndex].value;
 if (url != '') location.href = url; 
 }
