var fDesc=new Array(); fDesc[1] = "and more to manage a business like that. This program enables you to organize everything in your business, including machines, clients, employees, products, etc. and allows you to have everything under control"; fDesc[2] = "), Sales Tax Reports , Excise reports / Registers , consignment sales , customized billing formats and other documents."; fDesc[3] = "licenses sold worldwide, Smartlaunch 3.5 is the perfect solution for the operations of any professional cyber cafe. Smartlaunch helps you to handle customer billing, security issues, financial and statistical reports, computer utilities and much more. Combined, these features will save you time and money."; fDesc[4] = "rich set of reports covers all restaurant operations and life cycles. Easy to install and use; affordably priced."; fDesc[5] = "you to track billable and non-billable hours, create invoices and reports, manage your customers, projects and tasks."; fDesc[6] = "secret data stored by Internet Explorer, such as magazine subscriptions, bank accounts, shipping and billing addresses, credit card numbers and much more."; fDesc[7] = "for collecting time expenses, reporting and invoicing. Free support is available!"; fDesc[8] = "extremely easy to use interface. Professional invoice generation in PDF, image and HTML format, customer account tracking, customizable reports and more! Try kBilling free for 30 days and join the growing community and submit your own feature requests! See kBilling in action at http://www.k-billing.c om/movies.html Download kBilling for FREE at http://www.k-billing.c om/ Join the kBilling community at http://forum.k-billing .com/"; fDesc[9] = "invoices on a single computer and expand to a complete business system run on a network. Purchase extended functions if and when you need them."; fDesc[10] = "performed without a learning curve requiring extensive training! Even share the data with others on your network!"; fDesc[11] = "Use the built-in stopwatch for time tracking, or enter time and expense data at the end of the day. Palm Interface included."; fDesc[12] = "priority and due date. Includes a stopwatch and time calculator."; fDesc[13] = "physicians that contain all the Billing, Clinical, and operational elements of a successful running Medical Office."; fDesc[14] = "physicians that contain all the Billing, Clinical, and operational elements of a successful running Medical Office."; fDesc[15] = ", designers, architects, accountants, programmers, doctors... Billing software is for anyone who bills for service, labor, and/or material."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }