

/*
Change Cell Backgrounds -
&copy; Shivaji Basu (www.shivbasu.com)
To add more shock to your site, visit www.DHTML Shock.com
*/

function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#0000CC";
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#000066";
}
}

function gofOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#000000";
}
}

function epoOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#0000CC";
}
}

function liteOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#888888";
}
}

