makeFocus = function() {
 try{document.getElementById('inp_vfull').focus();} catch(e){}
 try{document.getElementById('inp_lfull').focus();} catch(e){}
}

makeuFocus = function() {
 try{document.getElementById('inp_vfull').blur();} catch(e){}
 try{document.getElementById('inp_lfull').blur();} catch(e){}
}