function ge(el) { return (typeof el == 'string' || typeof el == 'number') ? document.getElementById(el) : el; }