var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "possible way. With great compatibility and performance, Nero is the top of the line burning solution. The program allows the user to burn data discs onto CD, DVD, DL DVD, HD-DVD and Blue Ray Discs. It also allows for image burning, and supports most formats out there."; fDesc[4] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; fDesc[5] = "copy DVD movies if they have not been decrypted. The compatible copier programs are: 1Click DVD Copy, Nero, Intervideo DVD Copy, Roxio, and Pinnacle DVD Copy. System requirements: Microsoft Windows 2000, XP, and Vista."; fDesc[6] = "not run on Windows NT4/ME/9x. Useful for people who needs to install Operating Systems all the time. Bart´s PE Builder 3.1.10 will give you a Win32 environment with network support, a graphical user interface and FAT/NTFS/CDFS filesystem support."; fDesc[7] = "the video files to AVI, WMV, MPEG or FLV, and at no cost at all! When needed, the program will shrink your DVD-9 to fit into a DVD-5 blank disc, with the minimum loss of quality."; fDesc[8] = "require, a target drive, and click Start. It’s that simple! The choice of formats is amazing, including full support for AVCHD! Make perfect copies of your unprotected DVDs, or convert them into portable formats like DivX, H.264, MPEG1/2/4, WMV, or 3GPP."; fDesc[9] = "languages. PicaJet 2.5.0.495 begins with a tutorial that guides you through the whole process of organizing your existing digital photos."; fDesc[10] = "Drives, CDs, DVDs or floppies. The program has only 3 options to choose from: to Copy files from damaged media to a specific folder, to Make a copy of a damaged CD or DVD disk and, to copy files and burn them on a CD or DVD."; fDesc[11] = "blank DVD disc or to a hard drive location folder. BlazeDVD can copy DVD-5 and DVD-9 discs; splitting DVD-9 discs to two DVD-5 discs automatically, copying all special features, menus, subtitles, audios, leaving nothing behind."; fDesc[12] = "or convert video files for your Sony PSP, Apple iPod, mobile phone or any other portable video player. This incredible program enables you to save your favorite home DVD video in MPEG-4 format for storing it on hard disk drive of your personal computer and handheld device or mobile phone."; fDesc[13] = "your entire DVD collection in 3 clicks of the mouse. It combines an extremely easy-to-use interface, more features than any other DVD copier."; fDesc[14] = "completely the same as the DVD movie you bought. Copy/backup your precious DVD without any restriction. Coping DVDs has never been easier."; fDesc[15] = "professional-looking DVD with a variety of multimedia content. This software is aimed primarily at the serious hobbyist and mid-range professional videographer who wants a user-friendly program."; 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 = '...'; } }