<!--
function changeTopMenuCellColor(ref) {
     ref.style.background ='#591140';
}

function changeTopMenuCellColorOrig(ref) {
     ref.style.background ='#8B1B65';
}

function changeLeftMenuCellColor(ref) {
     ref.style.background ='#99CC00';
}

function changeLeftMenuCellColorOrig(ref) {
     ref.style.background ='#666666';
}



//-->