var fDesc=new Array(); fDesc[0] = "Information is power. And, Monarch is the smart business intelligence software that gives you the power to keep the data and lose the paper. That’s because Monarch can unlock the vast amounts of critical data buried in reports and documents and turn it into data that you can use now.

Empower anyone in your organization to access and work with critical data — not just a select group of "power users" with advanced technology skills. Managers, analysts, auditors, accountants and administrators need timely and accurate data. And that's why you need Monarch."; 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 = ''; } }