function hide(element){
  document.getElementById(element).style.display = 'none';}