function cssChange(css) {
 if (window.event.srcElement.id == "cell") {
    window.event.srcElement.className = css;
 }
}
