function SetBg(cell) { 
	cell.style.backgroundImage='url(img/under.gif)'; 
}
	
function ClearBg(cell) { 
	cell.style.backgroundImage=''; 
}