function changeCell(objCell,strClassName)
         {
         //objCell.style.backgroundColor = fState ? '#F0CA21' : '#F6E396';
         objCell.setAttribute('class', strClassName);
         objCell.className=strClassName;
         //alert(strClassName);
         }

