

function ShowContent(d, a) {
document.getElementById(a).style.display = "none";

document.getElementById(d).style.display = "block";
}

