/*
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.color="#ECDBAB";
	}
}
function cOut(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.color="#204028";
	}
}
