function obj(id) {
    return document.getElementById(id);
}

