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