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

