function reveal(blockId) {
  myBlock = document.getElementById(blockId)
  myBlock.style.display = 'block'
}