// JavaScript Document
function over(CELL){
CELL.style.backgroundColor='#f83636';
}
function out(CELL){
CELL.style.backgroundColor='transparent';
}
