var fDesc=new Array(); fDesc[1] = "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[2] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; fDesc[3] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying."; fDesc[4] = "For starters, DVD Copy Express will take care of any protection your DVD movie might have, making it ideal for backing up your movie collection."; fDesc[5] = "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[6] = "DVD movies. The main use of this application probably will be to convert your media files to a DVD movie. This feature works great. The list of supported formats is extensive and chances are that this program is all you will need to convert a file to a DVD movie."; fDesc[8] = "1:1 ratio and super high DVD copy speed, compress DVD9 to DVD5 with great quality, copy DVD to DVD folder or ISO file."; fDesc[9] = "to your hard drive for future copy or viewing. * Burn DVD from DVD-Video folder on your hard drive."; fDesc[10] = "loss. It can copy any DVD video (D9 and D5) on to your DVD disc (4.7GB/Sin"; fDesc[11] = ", AVI, MPG, DivX, VCD, SVCD, etc. and directly burn to CD. Also, this program is useful for DVD copying and for ripping purposes. It allows to duplicate and/or copy DVD to make a backup and preserve the original discs. Also, the application enables the user to rip a whole DVD or part of it."; fDesc[12] = "install, has all the DVD copying functions in one place, and will produce an excellent quality DVD copy to a single DVD disc."; fDesc[13] = "menus, bonus tracks etc."; fDesc[14] = "quality. The program enables you to create backup copies of your DVD movies. Using this software you will be able to burn any DVD in a very simple way."; fDesc[15] = "DVDs, High definition DVDs and even Blue ray Disks. Robust DVD Copier makes use of two technologies for device accessing, which makes grabbing any type of content from DVD disks easier and simpler."; 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 = '...'; } }