//Get Element By Id Function
function $(id) { return document.getElementById(id); }
