function show_all()
{
document.getElementById('Overview').style.display='';
document.getElementById('Capabilities').style.display='none';
document.getElementById('Benefits').style.display='none';
document.getElementById('SysReq').style.display='none';
document.getElementById('btn1').style.background='url("img/btn1.png")';
document.getElementById('btn2').style.background='url("img/btn2.png")';
document.getElementById('btn3').style.background='url("img/btn3.png")';
document.getElementById('btn4').style.background='url("img/btn4.png")';
document.getElementById('btn5').style.background='url("img/btn5.png")';
document.getElementById('btn6').style.background='url("img/btn6.png")';
document.getElementById('btn7').style.background='url("img/btn4.png")';
document.getElementById('btn8').style.background='url("img/btn5.png")';
document.getElementById('btn9').style.background='url("img/btn6.png")';
document.getElementById('btn10').style.background='url("img/btn4.png")';
document.getElementById('btn11').style.background='url("img/btn5.png")';
document.getElementById('btn12').style.background='url("img/btn6.png")';
document.getElementById('fnt1').style.color='#ffffff';
document.getElementById('fnt2').style.color='#000000';
document.getElementById('fnt3').style.color='#000000';
document.getElementById('fnt4').style.color='#000000';
}

function show_lbs()
{
document.getElementById('Overview').style.display='none';
document.getElementById('Capabilities').style.display='';
document.getElementById('Benefits').style.display='none';
document.getElementById('SysReq').style.display='none';
document.getElementById('btn1').style.background='url("img/btn4.png")';
document.getElementById('btn2').style.background='url("img/btn5.png")';
document.getElementById('btn3').style.background='url("img/btn6.png")';
document.getElementById('btn4').style.background='url("img/btn1.png")';
document.getElementById('btn5').style.background='url("img/btn2.png")';
document.getElementById('btn6').style.background='url("img/btn3.png")';
document.getElementById('btn7').style.background='url("img/btn4.png")';
document.getElementById('btn8').style.background='url("img/btn5.png")';
document.getElementById('btn9').style.background='url("img/btn6.png")';
document.getElementById('btn10').style.background='url("img/btn4.png")';
document.getElementById('btn11').style.background='url("img/btn5.png")';
document.getElementById('btn12').style.background='url("img/btn6.png")';
document.getElementById('fnt1').style.color='#000000';
document.getElementById('fnt2').style.color='#ffffff';
document.getElementById('fnt3').style.color='#000000';
document.getElementById('fnt4').style.color='#000000';
}

function show_mbs()
{
document.getElementById('Overview').style.display='none';
document.getElementById('Capabilities').style.display='none';
document.getElementById('Benefits').style.display='';
document.getElementById('SysReq').style.display='none';
document.getElementById('btn1').style.background='url("img/btn4.png")';
document.getElementById('btn2').style.background='url("img/btn5.png")';
document.getElementById('btn3').style.background='url("img/btn6.png")';
document.getElementById('btn4').style.background='url("img/btn4.png")';
document.getElementById('btn5').style.background='url("img/btn5.png")';
document.getElementById('btn6').style.background='url("img/btn6.png")';
document.getElementById('btn7').style.background='url("img/btn1.png")';
document.getElementById('btn8').style.background='url("img/btn2.png")';
document.getElementById('btn9').style.background='url("img/btn3.png")';
document.getElementById('btn10').style.background='url("img/btn4.png")';
document.getElementById('btn11').style.background='url("img/btn5.png")';
document.getElementById('btn12').style.background='url("img/btn6.png")';
document.getElementById('fnt1').style.color='#000000';
document.getElementById('fnt2').style.color='#000000';
document.getElementById('fnt3').style.color='#ffffff';
document.getElementById('fnt4').style.color='#000000';
}

function show_sbs()
{
document.getElementById('Overview').style.display='none';
document.getElementById('Capabilities').style.display='none';
document.getElementById('Benefits').style.display='none';
document.getElementById('SysReq').style.display='';
document.getElementById('btn1').style.background='url("img/btn4.png")';
document.getElementById('btn2').style.background='url("img/btn5.png")';
document.getElementById('btn3').style.background='url("img/btn6.png")';
document.getElementById('btn4').style.background='url("img/btn4.png")';
document.getElementById('btn5').style.background='url("img/btn5.png")';
document.getElementById('btn6').style.background='url("img/btn6.png")';
document.getElementById('btn7').style.background='url("img/btn4.png")';
document.getElementById('btn8').style.background='url("img/btn5.png")';
document.getElementById('btn9').style.background='url("img/btn6.png")';
document.getElementById('btn10').style.background='url("img/btn1.png")';
document.getElementById('btn11').style.background='url("img/btn2.png")';
document.getElementById('btn12').style.background='url("img/btn3.png")';
document.getElementById('fnt1').style.color='#000000';
document.getElementById('fnt2').style.color='#000000';
document.getElementById('fnt3').style.color='#000000';
document.getElementById('fnt4').style.color='#ffffff';
}

