function goFocus(elementID){
document.getElementById(elementID).focus();
}