var fDesc=new Array(); fDesc[0] = "Simple yet powerful software to create Invoices, Purchase Orders and Packing Slips. Supports multiple taxes, customized fields, recurring billing. Generate reports based on criteria (ie. Tax Collected, Sales Rep. Dates, etc.). Customize with your company logo. Can export to PDF if appropriate software is installed. Administration mode allows you to lock invoices once they have been posted. This minimizes fraud and shrinkage by creating a paper trail and a time line of events. Can only be unlocked by Administrator. Auto complete feature minimizes data entry. Invoices can be cloned for recurring billing (date and invoice number will be updated). All fields can be customized. Tax may be charged on other taxes (Quebec). Database can be back up on demand. Supports tax exemptions. Available in multiple languages. Payment tracking and customized tag lines for registered users. Ideal for small / home based business'. Software does not expire. Network and multi-user version available. Free lifetime updates within version numbers (ie. 1.x.x)"; 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 = ''; } }