function sidecell_over ( table_cell ) {
table_cell.style.background = '#FFE2D5';
}

function sidecell_out ( table_cell ) {
//table_cell.style.background = '#2474B9';
table_cell.style.background = '#ffffff';
}

function menucell_over ( table_cell ) {
table_cell.style.background = '#1AB0BD';
}

function menucell_out ( table_cell ) {
//table_cell.style.background = '#1AB0BD';
table_cell.style.background = '';
}
