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