﻿// JScript source code

function LogoPartB(BNum){
document.getElementById('LogoPart' + BNum).className='Button_a' + BNum + 'On';
document.getElementById('LogoPart' + BNum).onmouseout='';
document.getElementById('LogoPart' + BNum).style.color='#c6c334';
}

function LeftPartBig(BNum){
document.getElementById('LeftPartBig' + BNum).style.color='#98911D';
}

function LeftPartB(LBNum){
document.getElementById('LeftPartB' + LBNum).className='LeftMenuOptionFontOn';
document.getElementById('LeftMenuOptionDiv' + LBNum).className='LeftMenuOptionDivOn';
document.getElementById('LeftPartB' + LBNum).onmouseout='';
document.getElementById('LeftPartB' + LBNum).style.color='#c6c334';
}

function LeftPartBBonned(LBBNum){
document.getElementById('LeftPartBB' + LBBNum).className='FBonnedOptionsInOn';
document.getElementById('LeftPartBB' + LBBNum).onmouseout='';
}


