

/*
Change Cell Backgrounds -
© Shivaji Basu (www.shivbasu.com)
To add more shock to your site, visit www.DHTML Shock.com
*/

function cOn1(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ff0000";
}
}

function cOut1(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#888888";
}
}

function cOn2(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ff0000";
}
}

function cOut2(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#777777";
}
}

function cOn3(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ff0000";
}
}

function cOut3(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#666666";
}
}

function cOn4(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ff0000";
}
}

function cOut4(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#555555";
}
}

function cOn5(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ff0000";
}
}

function cOut5(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#444444";
}
}

function cOn6(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ff0000";
}
}

function cOut6(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#333333";
}
}

function cOn7(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ff0000";
}
}

function cOut7(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#999999";
}
}
