var fDesc=new Array(); fDesc[1] = "You can burn your video directly to a DVD without copying files to the PC hard drive, saving both valuable time and space. And at the same time, the burning meets the standard requirements, so, then the DVD can be played on any home DVD player."; fDesc[2] = "tasks. It allows you to burn data CDs and DVDs from scratch. It can also convert MP3 songs to CDA format and then burn those files to create an AudioCD file. The program can also create bootable CDs and DVDs."; fDesc[3] = "your music, photos, images with the easy to use tools. It contains and create photo albums, DVD videos, and organize your important data files."; fDesc[4] = "This application will enable you to create data, bootable and audio cds as well as data dvds. It also includes a tool for creating labels and booklets, and allows you to design auto start menus to launch programs or documents automatically when you run a CD."; fDesc[5] = "DVD converter, it is so easy to use that only a few clicks are enough."; fDesc[6] = "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[7] = "use it to record DVD, RM, VCD, or other video media into AVI file. You can use it to make slide-show training documents."; fDesc[8] = "very useful, it allows you to copy protected DVDs by removing the protections without losing any of the original video files' quality. The application is very simple to use, it has got an extremely friendly interface that will guide you step by step on how to get your DVD copied."; fDesc[9] = "your DVD collection to blank DVD discs, but also copy DVDs to hard disk folders,and burn DVDs from DVD-Video folder on your hard disk"; fDesc[10] = "the hassle of making autoruns, creating and printing your own labels and booklets. Burn any data, copy any disc, make backups, create astoni"; fDesc[11] = "application guides the user in the conversion or backup process by means of a wizard style process that makes it simple and easy to use."; 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] = "click \"start\" button,you can get the copy in 1 hour"; fDesc[14] = "your DVD to VCD/SVCD in 30 minutes."; fDesc[15] = "easily copy, shrink and burn DVD movie. It lets you easily rip DVD to Video iPod, Zune, iPhone, Apple TV, PSP, Xbox 360, PS3, iRiver PMP and so on."; 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 = '...'; } }