	function GEById(id)
	{
		return (document.getElementById(id)) ? document.getElementById(id) : document.getElementById(id);
	}
	