var fDesc=new Array(); fDesc[1] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs."; fDesc[2] = "types can be easily added via an configuration file). This program can automatically scale the pictures to be fit in front covers, back covers, front inside, CD and DVD Boxes, and CD/DVD labels to the correct sizes."; fDesc[3] = "and box covers, edit, print or save them into graphical files. This incredible software can be used as a separate application or combined with all the other AVS4YOU products."; fDesc[4] = "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[6] = "covers for a long time before I found one of the earliest versions of this program. CoverXP is so easy to use that I almost feel bad using it. Even a two-year old can use this. All you need to do is select your cover files and select a template for them."; fDesc[7] = "surface printing. The application guides the user through the design way to the end in a very simple manner. The application supports direct to disc printing (special printer needed)."; fDesc[8] = "media to mp3, mpc, ogg, wav and WMA file formats. Recording tool enables the user to record custom sound files. You can create, delete or modify playlists or export as .MPL files for later use."; fDesc[9] = "easily create a cover using the Creation Wizard to read the track lengths of an Audio CD, get album information over the internet (CDDB), read CD-Text, or create a directory structure for Data CDs."; fDesc[10] = "back cover, you simply select back cover on the menu and you are taken to a blank cover. There, you have text that you can change."; fDesc[11] = "resize the images for you. Makes it easy to create great looking covers for any cases."; fDesc[12] = "two-sided front and back covers for your discs with your own playlists and menus. The program comes with a rich library of template designs. You can choose a template there to design your disc or add your own one."; fDesc[13] = "music into the local disk drive, they just set the desired folder and the application will automatically display all the covers for the contained CD albums, taken from the already downloaded information."; fDesc[14] = "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[15] = "cover, add the cover image and align it on the CD/DVD. The created covers can be printed using any installed printer."; 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 = '...'; } }