function col1over() {
document.getElementById( 'col1' ).style.background='#f5f5f5';
document.getElementById( 'th1' ).style.background='#ede8e2';
}
function col1off() {
document.getElementById( 'col1' ).style.background='#fff';
document.getElementById( 'th1' ).style.background='#eee';
}
function col2over() {
document.getElementById( 'col2' ).style.background='#f5f5f5';
document.getElementById( 'th2' ).style.background='#ede8e2';
}
function col2off() {
document.getElementById( 'col2' ).style.background='#fff';
document.getElementById( 'th2' ).style.background='#eee';
}
function col3over() {
document.getElementById( 'col3' ).style.background='#f5f5f5';
document.getElementById( 'th3' ).style.background='#ede8e2';
}
function col3off() {
document.getElementById( 'col3' ).style.background='#fff';
document.getElementById( 'th3' ).style.background='#eee';
}
function col4over() {
document.getElementById( 'col4' ).style.background='#f5f5f5';
document.getElementById( 'th4' ).style.background='#ede8e2';
}
function col4off() {
document.getElementById( 'col4' ).style.background='#fff';
document.getElementById( 'th4' ).style.background='#eee';
}
function col5over() {
document.getElementById( 'col5' ).style.background='#f5f5f5';
document.getElementById( 'th5' ).style.background='#ede8e2';
}
function col5off() {
document.getElementById( 'col5' ).style.background='#fff';
document.getElementById( 'th5' ).style.background='#eee';
}
function col6over() {
document.getElementById( 'col6' ).style.background='#f5f5f5';
document.getElementById( 'th6' ).style.background='#ede8e2';
}
function col6off() {
document.getElementById( 'col6' ).style.background='#fff';
document.getElementById( 'th6' ).style.background='#eee';
}
function col7over() {
document.getElementById( 'col7' ).style.background='#f5f5f5';
document.getElementById( 'th7' ).style.background='#ede8e2';
}
function col7off() {
document.getElementById( 'col7' ).style.background='#fff';
document.getElementById( 'th7' ).style.background='#eee';
}
function col8over() {
document.getElementById( 'col8' ).style.background='#f5f5f5';
document.getElementById( 'th8' ).style.background='#ede8e2';
}
function col8off() {
document.getElementById( 'col8' ).style.background='#fff';
document.getElementById( 'th8' ).style.background='#eee';
}