﻿//Generic Function to get an element of the page
function $(id) { return document.getElementById(id); }
