var fDesc=new Array(); fDesc[0] = "DRPU Financial Accounting is a highly automated accounting program that manages and maintains financial accounting information in the easiest way. The billing and inventory management program maintains the sales and purchase details, income and expenses details along with the preparation of invoice and ledger folios. Various reports including Item, Ledger, Sales order, Purchase order, Income and Expenses, and more can be easily and accurately generated with the help of this accounting utility."; 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 = ''; } }