//
function overTD(celda){ celda.style.backgroundColor="#480000" }
function outTD(celda){ celda.style.backgroundColor="#fefefe" }
function clickTD(celda){ celda.children.tags('A')[0].click(); } 
//


//
function overTDs(celda){ celda.style.backgroundColor="#f80000" }
function outTDs(celda){ celda.style.backgroundColor="#780000" }
function clickTDs(celda){ celda.children.tags('A')[0].click(); } 
//
