// JavaScript Document

function changeCellon(theCell) {
   document.getElementById(theCell).style.backgroundImage = "url('images/nav_bullet.jpg')"
}
function changeCelloff(theCell) {
   document.getElementById(theCell).style.backgroundImage = "url('')"
}