function go(){
    if(document.myform.myselect.options[document.myform.myselect.selectedIndex].value){
        location = document.myform.myselect.options[document.myform.myselect.selectedIndex].value;
    }
}
