CRM 2011 JS: Hide From Footer

function Hide_Footer()
{
  document.getElementById("crmFormFooter").parentElement.style.display = "none";
}