function setFocus(theElement) {
    document.forms[0].elements[theElement].focus();
}
