var fDesc=new Array(); fDesc[1] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; 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] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows."; fDesc[4] = "a good solution to design and print CD/DVD labels. With an easy to use interface, Click’N Design 3D allows you to use interesting features such as adding 3D text and other special effects which will make your designs extravagant and unique."; fDesc[5] = "install it, ZebraDesigner will scan your system for installed Zebra printers. Shouldn´t you have one installed, you´ll need to install one, otherwise the program won´t work."; fDesc[6] = "need to start a point of sales (POS) for every kind of business. It allows doing the following main transactions: sales, payments, closes cash, and allows some operation to register customers. It works in Windows, Linux, MAC OS X, and Linux Debian platforms."; fDesc[7] = "the UPC A, UPC E, ITF, Code 128, EAN 13, EAN 8, UCC/EAN 128, Code 39, Code 93, Codabar, and Postnet codes, and the whole 2/5 code family."; fDesc[8] = "all of the Visual Basic.net versions to C#. C# is an object oriented language from Microsoft and is derived from C and C++. The program supports the 2003, 2005 and 2008 VB.Net versions. This application also supports all project types, including Win Forms, Class Library, Web and Compact Framework."; fDesc[9] = "and numbers, and a barcode is automatically generated in the desired UPC, Code 128, or Postnet format."; fDesc[10] = "classes and 1.1.x beans."; fDesc[11] = "human readable fonts. VBA macros for Excel and Access, Word label templates, and our Bar128 utility to calculate checksums."; fDesc[12] = "will help to provide you with amazing design, printing and database features that will help you to create any size of label that you are looking for."; fDesc[13] = "of SBJM can create complex effects and customise each one to create a unique character for his/her page."; fDesc[14] = "JavaScript capable browser (most), and it doesn't require additional software or plugin. There's no limit in page size. The protected page will be (maximum) 10% bigger than original."; fDesc[15] = "your software applications and print them on a PostScript printer. Enterprise version also available."; 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 = '...'; } }