
function showCollege(aa,bb)
{
/*document.body.background = aa;*/
document.getElementById ("hid1").style.display = bb;
}
function showAlumni(aa,bb)
{
/*document.body.background = aa;*/
document.getElementById ("hid2").style.display = bb;
}
function showContact(aa,bb)
{
/*document.body.background = aa;*/
document.getElementById ("hid3").style.display = bb;
}
function showEvents(aa,bb)
{
/*document.body.background = aa;*/
document.getElementById ("hid4").style.display = bb;
}
function showSupport(aa,bb)
{
/*document.body.background = aa;*/
document.getElementById ("hid5").style.display = bb;
}
function showSFA(aa,bb)
{
/*document.body.background = aa;*/
document.getElementById ("hid1").style.display = bb;
}
function showWAYS(aa,bb)
{
/*document.body.background = aa;*/
document.getElementById ("hid2").style.display = bb;
}
function showSTRIVE(aa,bb)
{
/*document.body.background = aa;*/
document.getElementById ("hid3").style.display = bb;
}
