<!--
function overTD(td,color){td.style.cursor='hand';td.style.backgroundColor=color;}
function outTD(td,color){td.style.cursor='default';td.style.backgroundColor=color;}

function destaca(obj,clr2){obj.style.color=clr2;obj.style.cursor='hand';} 


function clickTD(td){td.children.tags('A')[0].click();}
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}
//-->