﻿function setDefaultField(strFieldID) {
    var objField = document.getElementById(strFieldID);
    objField.focus();
}