//cell color changer 
//date:31/10/2006

function changeC(obj,colr){
	obj.style.background=colr;
}
//the end