Dear Young Leader,
Whether you know it or not, God has called you to lead in this generation. Now, more than any other time in your life, you have the incredible opportunity to give yourself to a season of preparation…
function toggleVis(boxid) { if(document.getElementById(boxid).isVisible == “true”) { toggleVisOff(boxid); } else { toggleVisOn(boxid); } }
function toggleVisOn(boxid) { document.getElementById(boxid).setAttribute(“class”, “formBuilderHelpTextVisible”); document.getElementById(boxid).isVisible = “true”; }
function toggleVisOff(boxid) { document.getElementById(boxid).setAttribute(“class”, “formBuilderHelpTextHidden”); document.getElementById(boxid).isVisible
…