window.name='lno';
var ovrCabezal='#6B6B6B';
var outCabezal='#191919';

function mOvr(src,tipo){if (!src.contains(event.fromElement)){src.style.cursor='hand';
src.bgColor=eval('ovr'+tipo)}}

function mOut(src,tipo){if (!src.contains(event.toElement)){src.style.cursor='default';
src.bgColor=eval('out'+tipo)}}

function mClk(src){if(event.srcElement.tagName=='td'){src.children.tags('A')[0].click()}}//-->