if (document.getElementById) {
   function showfoils() {
      document.getElementById('showfoilslink').style.display='none'
      document.getElementById('textdiv').style.display='block'
   }
}