function overTD(td,color){td.style.cursor='hand';td.bgColor=color;}
function overLetra(td,color){td.children.tags('A')[0].style.color=color;}

function outTD(td,color){td.style.cursor='default';td.bgColor=color;}

function clickTD(td){td.children.tags('A')[0].click();}


