// @tu business


<!--
function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
//-->
<!--
function colorReg (objTR, strColorFondo, strColorFuente)
{
    objTR.style.backgroundColor = strColorFondo;
    objTR.style.color = strColorFuente;
}
//-->