// JavaScript Document
function toggleDiv(signuppopup){
      document.getElementById(signuppopup).style.display = 'none';}
 /* Make sure to rename nonprofit to the div you want to change */