// this is simply a shortcut for the eyes and fingers
function $(id)
{
    return document.getElementById(id);
}