
function showExp1() {
  document.getElementById("hiddenexp1").style.display="inline";
  document.getElementById("showlink1").attributes['href'].value="javascript:hideExp1()";
  document.getElementById("showlink1").innerHTML="Close Scripture";
}

function hideExp1() {
  document.getElementById("hiddenexp1").style.display="none";
  document.getElementById("showlink1").attributes['href'].value="javascript:showExp1()";
  document.getElementById("showlink1").innerHTML="Scripture";
}


function showExp2() {
  document.getElementById("hiddenexp2").style.display="inline";
  document.getElementById("showlink2").attributes['href'].value="javascript:hideExp2()";
  document.getElementById("showlink2").innerHTML="Close Scripture";
}

function hideExp2() {
  document.getElementById("hiddenexp2").style.display="none";
  document.getElementById("showlink2").attributes['href'].value="javascript:showExp2()";
  document.getElementById("showlink2").innerHTML="Scripture";
}


function showExp3() {
  document.getElementById("hiddenexp3").style.display="inline";
  document.getElementById("showlink3").attributes['href'].value="javascript:hideExp3()";
  document.getElementById("showlink3").innerHTML="Close Scripture";
}

function hideExp3() {
  document.getElementById("hiddenexp3").style.display="none";
  document.getElementById("showlink3").attributes['href'].value="javascript:showExp3()";
  document.getElementById("showlink3").innerHTML="Scripture";
}


function showExp4() {
  document.getElementById("hiddenexp4").style.display="inline";
  document.getElementById("showlink4").attributes['href'].value="javascript:hideExp4()";
  document.getElementById("showlink4").innerHTML="Close Scripture";
}

function hideExp4() {
  document.getElementById("hiddenexp4").style.display="none";
  document.getElementById("showlink4").attributes['href'].value="javascript:showExp4()";
  document.getElementById("showlink4").innerHTML="Scripture";
}


function showExp5() {
  document.getElementById("hiddenexp5").style.display="inline";
  document.getElementById("showlink5").attributes['href'].value="javascript:hideExp5()";
  document.getElementById("showlink5").innerHTML="Cierre la Escritura";
}

function hideExp5() {
  document.getElementById("hiddenexp5").style.display="none";
  document.getElementById("showlink5").attributes['href'].value="javascript:showExp5()";
  document.getElementById("showlink5").innerHTML="la Escritura";
}


function showExp6() {
  document.getElementById("hiddenexp6").style.display="inline";
  document.getElementById("showlink6").attributes['href'].value="javascript:hideExp6()";
  document.getElementById("showlink6").innerHTML="Cierre la Escritura";
}

function hideExp6() {
  document.getElementById("hiddenexp6").style.display="none";
  document.getElementById("showlink6").attributes['href'].value="javascript:showExp6()";
  document.getElementById("showlink6").innerHTML="la Escritura";
}


function showExp7() {
  document.getElementById("hiddenexp7").style.display="inline";
  document.getElementById("showlink7").attributes['href'].value="javascript:hideExp7()";
  document.getElementById("showlink7").innerHTML="Cierre la Escritura";
}

function hideExp7() {
  document.getElementById("hiddenexp7").style.display="none";
  document.getElementById("showlink7").attributes['href'].value="javascript:showExp7()";
  document.getElementById("showlink7").innerHTML="la Escritura";
}


function showExp8() {
  document.getElementById("hiddenexp8").style.display="inline";
  document.getElementById("showlink8").attributes['href'].value="javascript:hideExp8()";
  document.getElementById("showlink8").innerHTML="Cierre la Escritura";
}

function hideExp8() {
  document.getElementById("hiddenexp8").style.display="none";
  document.getElementById("showlink8").attributes['href'].value="javascript:showExp8()";
  document.getElementById("showlink8").innerHTML="la Escritura";
}

function showExp9() {
  document.getElementById("hiddenexp9").style.display="inline";
  document.getElementById("showlink9").attributes['href'].value="javascript:hideExp9()";
  document.getElementById("showlink9").innerHTML="Close list";
}

function hideExp9() {
  document.getElementById("hiddenexp9").style.display="none";
  document.getElementById("showlink9").attributes['href'].value="javascript:showExp9()";
  document.getElementById("showlink9").innerHTML="Seven Steps to Heal our City";
}

