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