var fDesc=new Array(); fDesc[1] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology."; fDesc[2] = "your music, photos, images with the easy to use tools. It contains and create photo albums, DVD videos, and organize your important data files."; fDesc[3] = "to your CD, DVD and other media, jewel case inserts, covers and more. Once you start the program, a wizard will guide you to create and print Disc Labels, Discs with Jewel Cases, Discs with DVD Cases, Discs with Inserts or Mini DVDs."; fDesc[4] = "album information (artist, title, and track list) in the Freedb Internet database, retrieve it and fill out the label for you."; fDesc[5] = "cases. Compatible with most brands of labels. Extensive music support, import playlists, no typing and lots MORE!"; fDesc[6] = "Bar, eight toolbars, one panel and one window. In the Menu Bar in the File button we can select between New, Open, Save, Save As, Close, Export, print and in this we have the wizard button, that help in all the process for create a new cover."; fDesc[7] = "software tool allows the user to load CD or DVD cover art and print it to standard size specifications or user defined specifications."; fDesc[8] = "software available today..."; fDesc[9] = "labeling software choice. It will help you to create and print CD labels and CD jewel case inserts as well. You can also use this software to create DVD labels and DVD case covers."; fDesc[10] = "advanced settings. The program has got a great graphical interface that will let you preview your covers and to find everything you need in a very easy way."; fDesc[11] = "the program we can find a Menu Bar, one toolbar, two panels in the sides and one window. In the toolbar we can open a new project, open a project, save or print them, we can edit, in the settings we can open a clipart folder, in help, we can buy or register our software."; fDesc[12] = "program includes support for all brands and case sizes, as well as templates for every selected label to create. Templates for front and back labels for case illustrations, for jewel case and DVD case, inserts and booklets, VHS, MiniDisc, Zip and other media cases."; fDesc[13] = "mailers. With this software you can create labels for your CD or DVD collection. The Label Designer Plus DELUXE 9.5 comes with a host of tools to get you started in a instant. With this version you can use the Design Wizard to create you custom design from the many templates."; fDesc[14] = "its graphical and command line interface, which lets you create jewel case inserts from any of your batch scripts."; fDesc[15] = "features built-in clip art images, backgrounds and layouts, support for the most popular brands of CD/DVD labels, support for circular text and vector images, and Query from remote cddb server or ID3 tags of mp3 files."; 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 = '...'; } }