var fDesc=new Array(); fDesc[1] = "the Editor, or use de Design Wizard (that will guide you step by step) where you will be able, if you want, to use some of the ready-made templates provided with the program."; fDesc[2] = "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[3] = "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[4] = "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[5] = "your computer when ever you want. Lock My PC can be used for home or office use because of it's simple interface and powerful locking system. Lock My PC can automatically lock your PC at every start up, after system stands By or after desired minutes of inactivity."; fDesc[6] = "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[7] = "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[8] = "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[9] = "This helps you create full color stunning business cards and customize your card printing in many ways."; fDesc[10] = "Business card, Staff card, Membership card and Interactive CD business card."; fDesc[11] = "Explosion® Business Card Factory® Deluxe 3.0, you can create customized professional business cards in just minutes. Guaranteed."; fDesc[12] = "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[13] = "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."; fDesc[14] = "business card you create with this product will create a professional and memorable impression."; fDesc[15] = "dashing feeling about your Business Card. Print Prefect Business Card is a tool with more than 50,000 quality images to select from and Print Prefect Business Card also has more than 9000 customizable templates to select from."; 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 = '...'; } }