var fDesc=new Array(); fDesc[1] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion."; fDesc[2] = "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[3] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool."; fDesc[4] = "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[5] = "ebook shots. Complex scenes; reflection and transparency; soft shadows; a large number of supported image formats."; fDesc[6] = "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[7] = "simple data cd and dvd it also support creation and burning of .ISO files, duplication of cd and dvd, creation of audio cds."; fDesc[8] = "All Burn-Proof technologies supported for error free recording. Buit-in free player and CD cover maker"; fDesc[9] = "by adding images, tracks information and list, text, time and date, all of them organized in layers that can be separately edited. User can select an image out of the supplied favorite pictures or load another image from any user system folder. It supports JPG, BMP and GIF formats."; fDesc[10] = "image file formats. His multi-document graphical interface allows to manage several \"Cover Projects\" at the same time, also supports drag-drop between cover components."; fDesc[11] = "very easy to use but powerful tool for creating DVD and CD covers for jewel cases and disc labels. User can include tracks information, images, date and time, text in general, etc. to front, back and disc covers. It allows user to add shadows and color as cover backgrounds."; fDesc[14] = "that you want."; 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 = '...'; } }