function get(id)
{
	var element = document.getElementById(id);
	return element;
}