﻿
// utils
function eID(id)
{
    return document.getElementById(id); 
}   


