var fDesc=new Array(); fDesc[0] = "An integrated, multi-currency, real-time business accounting program that effectively integrates all of a company sales,expenses, inventory, and financial accounting systems into one comprehensive package. Unlike older or less advanced packaged accounting programs, FINPRO operates on a continuous real-time basis whereby each financial transaction is immediately posted to all relevant areas of the company's financial management system. Management, in turn, can rely on this information to provide the most up to date picture of the financial status of their company through a series of concise, easy to understand reports."; 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 = ''; } }