var fDesc=new Array(); fDesc[1] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator."; fDesc[2] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[3] = "spreadsheet application; Presentations; the Visual Intelligence data analysis software; WordPerfect Lightning, a Web-connected note-taking app; and WordPerfect Mail for managing e-mail."; fDesc[4] = "creating your own virtual page flipping e-Books. This program could be useful for authors or publishers. You can make use of this free trial period which gives you access to the full end-user product, as well as a severe security system which protects your work."; fDesc[5] = "maximize tax deductions and see how you're doing overall. This incredible program is perfect for home business owners and self-employed professionals, and includes all the features of Quicken Premier, plus smart business management tools."; fDesc[6] = "addresses, settings, contacts, and favorites in a few steps. This incredible program is an email backup solution for the major email clients MS Outlook 2000-2007, MS Outlook Express and Windows Mail."; fDesc[7] = "home or small business finances. It offers a great set of options to manage and provide valuable information about the money movements and the state of the finances for each defined account. Its GUI is friendly and easy to use. It works on Windows 2000/NT/XP/Vista and Linux platforms."; fDesc[8] = "unique and inexpensive software includes an advanced search function that tracks files and quickly locates doc..."; fDesc[9] = "creating pictures on the clothes. It is ideal for home, business and school needs. You can design not only T-Shirts, but also sweatshirts, aprons, tote bags, visors, team wear and so on. Just draw or import a design into the software and print it up."; fDesc[10] = "generate reports for printing or exporting to other programs. Includes Contact, Schedule, and Task Trackers and the Universal Calculator. For Mac and"; fDesc[11] = "have all your important information, tasks and appointments safely stored in one place. The application allows you to add tasks and subtasks very easily and quickly, setting different priority levels marked with a distinct color for easier identification, etc."; fDesc[12] = "software will protect you from data disasters and make the entire backup process effortless and quick. 30 Day FREE Trial."; fDesc[13] = "contractors, or self-employed individuals. Our software helps to record, organize, and manage all your tax deductible business expenses (vehicle expenses, home expenses, entertainment expenses, etc.). Software comes with several database templates. You can choose the one that best suits your personal or business needs."; fDesc[14] = "designs, easy-to-use software, and effective traffic building tools - even rapid development ecommerce tools for those selling o"; fDesc[15] = "and click on AddressGrabber. The critical contact details gets extracted and added in chosen destination application instantly."; 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 = '...'; } }