function geoShow(){
c = 1;
document.getElementById("geography").style.visibility = "visible";
document.getElementById("corpus").style.background = "#c9d7f1";
document.getElementById("jurisdictions").style.background = "#ca0009";
document.getElementById("geo-button").style.color = "#fff";
}
