function focusObj(obj) {
    obj.focus()
    obj.select()
    return false;
}
