var fDesc=new Array(); fDesc[0] = "World Council's PEARLS monitoring system is the only software of its kind to combine a powerful relational database with an internationally proven methodology for improving operational efficiency.
PEARLS provides credit union managers with concise, easy-to-read reports that reveal institutional weaknesses and trends. It also offers a strategic business planning tool to help managers implement change"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }