﻿// Prototype Method to get the element based on ID
function $(d){
	return document.getElementById(d);
}


