var fDesc=new Array(); fDesc[1] = "guessing what songs are on what CD, get the label maker that automatically puts your track list on your CD/DVD label! Chock full of custom art for holidays and special occasions like Christmas, Valentines, birthdays, vacations, weddings and more! Automatically imports your track information from Acoustica MP3 CD Burner, WinAmp, Easy CD Creator or any other popular play list or previously burnt CD! Print on standard paper or stock sticker labels and jewel case templates."; fDesc[2] = "compilations, videos and the CD/DVD file archives. The application comes with an interactive and easy to use graphical user interface making things easier for the user, and comes with many templates, clip arts, fonts and nice background images."; fDesc[3] = "and covers. It allows you to print your labels in the most popular CD printers, like EPSON, Canon, Microboards, Primera, and Rimage. You can save your designs in BMP, GIF, JPG, JPEG, and PNG."; fDesc[4] = "collection of 60 free background images that you can use to personalize your Lightscribe CD and DVD labels. This pack adds pictures to the collection that already comes within the original program."; fDesc[5] = "high-resolution background images, with nature, fruits and flower themes. The background images will be accessible through the ClipArt Gallery in the program. You will be able to use them just dragging and dropping them over the empty label structure."; fDesc[6] = "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[7] = "everything you need to make great CD labels or even DVD labels. The program comes preloaded with images that you can use or you can upload your own to use."; fDesc[9] = "Connexion, OCLC CatME, OCLC Passport for Windows, SIRSI (including label and notice mailer printing), Innovative Interface, Dynix, NOTIS, DRA and other library systems. By importing label data directly from these systems, the Label Maker automates and simplifies your label printing process and greatly increases your productivity. Provides user-friendly interface and is easy to use for even the casual PC users. Offers a variety of powerful editing features, including cut, copy, paste, delete, font change, alignment, et al. With just one click, multiple copies of labels for multi-volumes and multi-items can be automatically made."; fDesc[10] = "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."; fDesc[11] = "capability of importing photos and scanned images, and user can set the text for inserting on the labels or disc face. Also, background color can be changed at any time."; fDesc[12] = "original graphics from the pc’s hard disk or some other source. If the user does not prefer this, he/she can choose from the long list of free templates."; fDesc[13] = "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[14] = "solution that you can customize barcode labels, stickers or asset tags. Whether you are a company, organization, industry or small business you can do any project from small to large with this software."; fDesc[15] = "templates, business cards, greetings, Posters and certificates. With Print Perfect label maker we can also import our own designs and photos to make a unique style as we like."; 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 = '...'; } }