function cellIn(this_id,color) { if(document.getElementById || (document.all && !(document.getElementById))) { this_id.style.backgroundColor = color; } } function cellOut(this_id,color) { if(document.getElementById || (document.all && !(document.getElementById))) { this_id.style.backgroundColor = color; } }