
/*
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 s1On(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#009F9F";
}
}

function s1Out(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#006699";
}
}

function s2On(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#663333";
}
}

function s2Out(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#996600";
}
}


