function CellBGColor(CellSelected,newColor) 
{
	if(document.all){
		CellSelected.style.cursor='arrow';	
		CellSelected.style.background=newColor;
	}
} //function CellBGColor