<!--
  function cOn(td,ref, estiloTD, estiloA){
    if(document.getElementById||(document.all && !(document.getElementById))){ 
    	td.className=estiloTD;
		document.getElementById(ref).className=estiloA;
		//eval("document." + ref + ".className=" + estiloA);
		//td.children.tags('A')[0].className="<%=mnLinkOscuro%>";	
    }
  }
  function cOut(td,ref,estiloTD, estiloA){
   if(document.getElementById||(document.all && !(document.getElementById))){
    	td.className=estiloTD;
		document.getElementById(ref).className=estiloA;
		//td.children.tags('A')[0].className="<%=mnLinkClaro%>";	
   }
 }
 function cClk(ref) {
   document.location.href = document.getElementById(ref).href;
 }
-->
