/*

Change Cell Backgrounds -

© 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="#608132";

}

}



function cOut(td){

if(document.getElementById||(document.all && !(document.getElementById))){

td.style.backgroundColor="#759f3d";

}

}



