function el(id)
{
	return document.getElementById(id);				
}

