function removeElement(id) { var e = document.getElementById(id); if (e) e.parentNode.removeChild(e); }