
function showExp1() {
  document.getElementById("hiddenexp1").style.display="inline";
  document.getElementById("showlink1").attributes['href'].value="javascript:hideExp1()";
  document.getElementById("showlink1").innerHTML="<br>.... Finished Reading, Close Text";
}

function hideExp1() {
  document.getElementById("hiddenexp1").style.display="none";
  document.getElementById("showlink1").attributes['href'].value="javascript:showExp1()";
  document.getElementById("showlink1").innerHTML= ".... Read More";
}


function showExp2() {
  document.getElementById("hiddenexp2").style.display="inline";
  document.getElementById("showlink2").attributes['href'].value="javascript:hideExp2()";
  document.getElementById("showlink2").innerHTML=".... Finished Reading, Close Text";
}

function hideExp2() {
  document.getElementById("hiddenexp2").style.display="none";
  document.getElementById("showlink2").attributes['href'].value="javascript:showExp2()";
  document.getElementById("showlink2").innerHTML="<b>these legislators</b>";
}


function showExp3() {
  document.getElementById("hiddenexp3").style.display="inline";
  document.getElementById("showlink3").attributes['href'].value="javascript:hideExp3()";
  document.getElementById("showlink3").innerHTML=".... Finished Reading, Close Text";
}

function hideExp3() {
  document.getElementById("hiddenexp3").style.display="none";
  document.getElementById("showlink3").attributes['href'].value="javascript:showExp3()";
  document.getElementById("showlink3").innerHTML=".... Read More";
}

function showExp4() {
  document.getElementById("hiddenexp4").style.display="inline";
  document.getElementById("showlink4").attributes['href'].value="javascript:hideExp4()";
  document.getElementById("showlink4").innerHTML=".... Finished Reading, Close Text";
}

function hideExp4() {
  document.getElementById("hiddenexp4").style.display="none";
  document.getElementById("showlink4").attributes['href'].value="javascript:showExp4()";
  document.getElementById("showlink4").innerHTML="increased taxes and fees,";
}

function showExp5() {
  document.getElementById("hiddenexp5").style.display="inline";
  document.getElementById("showlink5").attributes['href'].value="javascript:hideExp5()";
  document.getElementById("showlink5").innerHTML=".... Finished Reading, Close Text";
}

function hideExp5() {
  document.getElementById("hiddenexp5").style.display="none";
  document.getElementById("showlink5").attributes['href'].value="javascript:showExp5()";
  document.getElementById("showlink5").innerHTML=".... Read More";
}

function showExp6() {
  document.getElementById("hiddenexp6").style.display="inline";
  document.getElementById("showlink6").attributes['href'].value="javascript:hideExp6()";
  document.getElementById("showlink6").innerHTML="<br>.... Finished Reading, Close Text<br>";
}

function hideExp6() {
  document.getElementById("hiddenexp6").style.display="none";
  document.getElementById("showlink6").attributes['href'].value="javascript:showExp6()";
  document.getElementById("showlink6").innerHTML="supports this legislation";
}

function showExp7() {
  document.getElementById("hiddenexp7").style.display="inline";
  document.getElementById("showlink7").attributes['href'].value="javascript:hideExp7()";
  document.getElementById("showlink7").innerHTML="<br>.... Finished Reading, Close Text<br>";
}

function hideExp7() {
  document.getElementById("hiddenexp7").style.display="none";
  document.getElementById("showlink7").attributes['href'].value="javascript:showExp7()";
  document.getElementById("showlink7").innerHTML=".... Read More";
}

