/*
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="#006699";
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#666666";
}
}

function bOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#006699";
}
}

function bOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#3399CC";
}
}

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="#dd0000";
}
}

function liteOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#999999";
}
}
