function SetBg(cell) { 
	cell.style.backgroundImage='url(/images/m2.gif)'; 
}
	
function ClearBg(cell) { 
	cell.style.backgroundImage='url(/images/m1.gif)'; 
}