function searchFocus(){ document.getElementById('keywordBIG').focus(); var a=document.getElementById('keywordBIG'); var av=a.value;if(av.length<2){ var f = av.substring(0,1);a.value=f.toUpperCase();} } function str(){return str.toUpperCase;} function MM_jumpMenuGo(objId,targ,restore){ var selObj=null; with(document){if(getElementById)selObj=getElementById(objId); if(selObj)eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if(restore)selObj.selectedIndex=0;} } function MM_jumpMenu(targ,selObj,restore){ eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if(restore)selObj.selectedIndex=0; }