var fDesc=new Array(); fDesc[0] = "Complete, integrated accounting package with source code. No additional modules to buy. Robust, scalable, ready-to-use package. Inventory control - buy and sell products with automatic Inventory Tracking. Complete set of accounting functions. Job Costing. Multiple simultaneous users in the Network. Supports different currency and date formats (automatically from Windows Control Panel). Support for multiple companies. All standard accounting modules included -- GL, A/R, A/P, Inventory Control, Invoicing, Cash, Bank Account Reconciliation, Order Entry, Purchase Orders. PCS Accounting is packed with technical features that allow easy customization by developers."; 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 = ''; } }