var fDesc=new Array(); fDesc[1] = "very first time. Only Print Artist gives you the creative edge with 15,000+ professionally designed templates and 250,000+ sensational graphics all inside the box. No downloading or club memberships are required to create sensational print projects for home, school or the office. From banners to brochures, calendars to certificates, greeting cards to gift items—no other software makes it more fun to create truly spectacular projects."; fDesc[2] = "everyone registered here at ALTools, you spend less on training and support for your users, which means more time for you."; fDesc[3] = "Ledger, Cashbook, Customers, Suppliers, Inventory, Report Writer, Point of Sale, Payroll and eCommerce."; fDesc[4] = ", bills, taxes, bank accounts, etc. Transactions history including all the steps and documents are stored and available to track any invoice, money movement, accounts movements, etc. The information is organized so it gets easy to access, better than in the classical accounting books."; fDesc[5] = "private label rights ebooks, articles, membership site login details, and more."; fDesc[6] = "machines, reboot them, stop or start processes on them, etc. - these are just some examples of what you can do from this simple simple yet powerful application."; fDesc[7] = "tasks for NT and Active Directory such as automated user creation, mass assigning Microsoft Exchange mail boxes, or set folder permissions."; fDesc[8] = "Chapura TurboPasswords, as the name says, stores all your passwords and sensitive data which you can access using only a single password. All your passwords are protected using 128-bit Blowfish encryption."; fDesc[9] = "invoicing of club members easy.."; fDesc[10] = ", reports, queries, import/export. Complete yet VERY easy. Upgradable - great for growing nonprofits."; fDesc[11] = "records, track overdue payments, produce various reports within minutes and much more. More info on www.tacomputing.net"; 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 = '...'; } }