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