// JavaScript Document
function M(Obj)
{
	return document.getElementById(Obj);
}