var fDesc=new Array(); fDesc[0] = "Once you've spent just a few minutes with the program, you can prepare and print invoices and sales receipts in literally seconds! Designed with ease of use as a primary feature, the friendly menu system will help you maintain Product and Customer Lists, quickly search for past documents, print useful reports, E-mail invoices to customers, and much more. A powerful, easy-to-use search wizard makes locating previous entries fast and easy. A built in Sales Journal will help you track how many sales were made during a certain period, monitor salesperson performance, and determine the total amount of sales tax collected for a given period. It also keeps customer and product lists so you can reuse data and minimize typing. Sales tax is computed automatically, and you have the option to apply discounts and override data -- giving you complete control and flexibility when creating invoices and sales receipts. Invoices can be E-mailed quickly and easily at the press of a button. In addition to its intuitive design and friendly menu system, the program installs with a concise, well-written help system to ensure you can fully use all its functions right away. Although not usual, if further assistance is needed, just refer to the "Technical Support" section in the help system to get personalized help."; 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 = ''; } }