function ShowColor(td, color){
td.style.cursor=(document.all)?'hand':'pointer';
td.bgColor=color;
}



