function select_url(s) {
       var gourl = s.options[s.selectedIndex].value;       
       window.top.location.href = gourl;
}


