/**************************************************************************************************
 *  Common Javascript Functions
 **************************************************************************************************/

// Yoinked from Dashiva .. never thought of just shortening it..
// (http://www.stud.ntnu.no/~magnusrk/)
function gE(id) { return document.getElementById(id); }