function cOn(td)
{
	if(document.getElementById||(document.all && !(document.getElementById)))
	{
		td.style.backgroundColor="#8A8A8A"; 
	}
}
function cOut(td)
{
	if(document.getElementById||(document.all && !(document.getElementById)))
	{
		td.style.backgroundColor="#575757";
	}
}

function cOn2(td)
{
	if(document.getElementById||(document.all && !(document.getElementById)))
	{
		td.style.backgroundColor="#E0E0E0"; 
	}
}
function cOut2(td)
{
	if(document.getElementById||(document.all && !(document.getElementById)))
	{
		td.style.backgroundColor="#eeeeee";
	}
}
//-- Begin Parameters -->