var fDesc=new Array(); fDesc[1] = "Discs. The Essential version is normally included within bundled hardware like recorders or pc systems. The software included may depend on the manufacturer specifications."; fDesc[2] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs."; fDesc[3] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9."; fDesc[4] = "everything Nero. The Nero Burning suite comes with many applications that range from CD/DVD burners, CD/DVD copying, drive speed analysis, image burning, and so one."; fDesc[5] = "does without its not-so-needed components. The install file is considerably smaller and the program starts faster and runs smoother."; fDesc[6] = "media manager, you can now have the complete PC and TV experience. Whether you want to access your media files from the comfort of your living room, or complete digital media projects on your PC, Nero 8 Ultra Edition is all you need. Now, with more features than ever before, this powerful software can transform your digital photos into professional animated slideshows, backup all of your valuable data, manage and search your media files, edit video or photos, create DVDs (including menus), stream your files over a media server, and compress files to take on the go. Beginners and experts alike will be amazed by what one solution can do. Really, it’s that good."; fDesc[7] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive."; fDesc[8] = "supports Windows CE PDA's, which is great. But, in short, EF Commander is a file explorer enriched with hundreds of features that usually are found in separate applications."; fDesc[9] = "to ISO, BIN/CUE, Nero (.NRG) or CloneCD (.CCD/.IMG/.SUB) format. It can make image from CD/DVD-ROM, and handle disk image as well."; fDesc[10] = "different drives and folders. The program can install software or play games without physical DVD/CD-ROM drive with the help of an integrated CD/DVD emulating core, not requiring the original compact discs for operation."; fDesc[11] = ", MPEG1, MPEG2, and video compatible with portable devices like iPod, PSP, and mobile phones. Features include support for batch conversion, the possibility to choose subtitle and audio track, resizing , cropping and working with aspect ratio."; fDesc[13] = "(.NRG) or CloneCD (.CCD/.IMG/.SUB) format. It can make image from CD/DVD-ROM, and handle disk image as well."; fDesc[14] = "component is very easy to use, it's ideal for developers for quick CD / DVD writing purposes. The control works in two modes: synchronous mode and asynchronous mode. In synchronous mode the operational functions (Burn, Erase, WriteImage, Eject) always wait for the end of the current operation and return a value which indicates if the operation was successful or not. In synchronous mode the return value of the operational functions is always 0, and the functions don't wait for the end of the current operation. You can use it to burn data CDs / DVDs, audio CDs, video CDs and supervideo CDs. The demo version is fully functional. The package includes demo programs to show how ZylBurnerAX works and a help file with the description of the control."; 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 = '...'; } }