function focus(){o=document.fsearch.q;o.focus();o.select();}
function dispatch() {
f=document.fsearch;o=f.l;v=f.q.value.replace(/^\s+|\s+$/g,'').replace(/\s/g,'+');
if(v!='') {location.href=f.action+o.options[o.selectedIndex].value+'/'+v;}
focus(); return false;
}
