<!--//
ie = document.all?1:0;

function fctBckg_Clr(intBckg){
   hL(this.document.frmHidden.elemHidden, intBckg);
}

function hL(E, intBckg){
    if (ie && E.tagName){
        while (E.tagName!="TR"){
            E=E.parentElement;
        }
    }else if (E.tagName){
        while (E.tagName!="TR"){
            E=E.parentNode;
        }
    }
   E.className = "Highlight_" + intBckg;
}
//-->
    