function showbuilding(elmnt)
{
document.getElementById("buildingtoggle").className = "";
}
function hidebuilding(elmnt)
{
document.getElementById("buildingtoggle").className = "hidden";
}

function showtreacle(elmnt)
{
document.getElementById("treacletoggle").className = "";
}
function hidetreacle(elmnt)
{
document.getElementById("treacletoggle").className = "hidden";
}

function showwisdom(elmnt)
{
document.getElementById("wisdomtoggle").className = "";
}
function hidewisdom(elmnt)
{
document.getElementById("wisdomtoggle").className = "hidden";
}

function showbodysculpture(elmnt)
{
document.getElementById("bodysculpturetoggle").className = "";
}
function hidebodysculpture(elmnt)
{
document.getElementById("bodysculpturetoggle").className = "hidden";
}

function showexperience(elmnt)
{
document.getElementById("ourexperiencetoggle").className = "";
}
function hideexperience(elmnt)
{
document.getElementById("ourexperiencetoggle").className = "hidden";
}

function showinception(elmnt)
{
document.getElementById("inceptiontoggle").className = "";
}
function hideinception(elmnt)
{
document.getElementById("inceptiontoggle").className = "hidden";
}

function showcreation(elmnt)
{
document.getElementById("creationtoggle").className = "";
}
function hidecreation(elmnt)
{
document.getElementById("creationtoggle").className = "hidden";
}

function showinnovation(elmnt)
{
document.getElementById("innovationtoggle").className = "";
}
function hideinnovation(elmnt)
{
document.getElementById("innovationtoggle").className = "hidden";
}

function showrealisation(elmnt)
{
document.getElementById("realisationtoggle").className = "";
}
function hiderealisation(elmnt)
{
document.getElementById("realisationtoggle").className = "hidden";
}
