function selecturl(sel){
window.focus();
if(sel.value)location.href =sel.value;
}
