var fDesc=new Array(); fDesc[1] = "labels, dividers, business cards and name badges are a breeze to create. Labels are an essential part of everyday office operations and this software seamlessly interfaces within Microsoft® Word for Windows, adding panache to daily tasks."; fDesc[2] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards"; fDesc[3] = "print wonderful business cards of multiple sizes. It includes many high-quality business card templates and logos, as well as great design tools and background images to help you design your own cards in a snap."; fDesc[4] = "cards in English or pan-European language. Presto BizCard can be easily used to search and manage contacts. The RecoreR OCR engine helps in recognizing the card data with ease."; fDesc[5] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java."; fDesc[6] = "business cards in a few minutes. The program includes thousand of pre-defined templates, backgrounds, clip-arts and images to help you design beautiful cards in a snap. However, you also can use your own logos and clip-arts to create new cards from scratch that satisfy your needs."; fDesc[7] = "greeting cards in just a few minutes. The program includes hundred of pre- defined professional templates to help you create beautiful greeting cards in a snap that you can email or print directly from the program."; fDesc[8] = "experienced is required to use this program. You can use thousands of given shapes and text styles to design your own logo, if you are not satisfied with the given templates. You can also mix or modify any given template."; fDesc[9] = "includes many pre-formatted business card templates, clip-arts and backgrounds which help you design original cards very easily. However, you can also add your own images and clip-arts to create exactly the card you want."; fDesc[10] = "if you don´t enter a purchased key. The program begins with a wizard that offers you to guide into the process of creating business cards, letterheads, labels or envelopes."; fDesc[11] = "Laser&Inkjet CD Labels, CD Inlays, DVD Inlays, Business Cards and Computer Labels. The program can be installed in English, French, German, Spanish, Italian and Dutch, but can be set to function in 21 different languages."; fDesc[12] = "labels, business cards, flyers, letters, brochures, newsletters, postcards, catalogs, envelopes, among others in a few steps."; fDesc[13] = "Explosion® Business Card Factory® Deluxe 3.0, you can create customized professional business cards in just minutes. Guaranteed."; fDesc[14] = "programs, Business Card Studio does not include many templates and, the few it has, are not separated by categories, which is really a disadvantage."; fDesc[15] = "original and beautiful cards in a few steps, thus saving you a lot of time and money. The program includes about 30 templates and hundreds of backgrounds to choose from that will enable you to create exactly the business card you are looking for."; 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 = '...'; } }