function navIn(cell) { cell.style.cursor = 'hand'; cell.style.backgroundColor="#3399cc"; cell.color="#000000"; return true;}
function navOut(cell) { cell.style.cursor = 'default'; cell.style.backgroundColor="#006699"; cell.color="#ffffff"; return true;}
function navClk(cell) { cell.children.tags('A')[0].click(); return true; }

