function setPointer(a,b){if(typeof(a.style)=='undefined'||typeof(a.cells)=='undefined'){return false}var d=a.cells.length;for(var c=0;c<d;c++){a.cells[c].bgColor=b}return true}