function setFocusById(id) {document.getElementById(id).focus();}
function loseFocusById(id) {document.getElementById(id).blur()}