﻿function gEl(id)
{
    return document.getElementById(id);
}
