function showContent(elID,isDisplayed)
{
    document.getElementById(elID).style.display=(isDisplayed)?'block':'none'
}