// Script to generate table cell background colours based on local stylesheet classes


function CellBgOver(whichTable) {
		whichTable.className='leftnavbgover';
}
 
function CellBgOut(whichTable) {
		whichTable.className='leftnavbgout';
}
