public getElementById(elementId as String) as Element
Returns the element marked with the given identifier.
Matching element, or null.
element = document.getElementById("42")