var fDesc=new Array(); fDesc[1] = "exact digital copies of your audio CDs using several technologies like multi-reading with verify and AccurateRip. When you install the program, it detects and configures your CD/DVD drives automatically, and lets you choose which one you wish to use."; fDesc[2] = "extract audio from a DVD and rip DVD audio to MP3, WMA, WAV formats."; fDesc[3] = "chapter(s) in DVD or specify certain time or file size to rip. It supports IFO files and ID3 tag"; fDesc[4] = "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[5] = "specify certain time or file size to rip. You can edit ID3 tag for your DVD sound."; fDesc[6] = "On the program's main window you have access to all of the functions this efficient software provides you. You will be able to change some settings for your conversions, to add files by clicking on some buttons, to split images or video fragments and much more."; fDesc[7] = ", excellent in quality and reasonable in price. You also can enjoy excellent after service."; fDesc[8] = "record DVD movie audio content to MP3 file in seconds. With this incredible program you will be able to rip any region DVD disc without changing the DVD drive region setting and also specify the start and end position of DVD Audio Track."; fDesc[9] = "video files. Some of the output formats this efficient conversion tool supports are MPEG, MP4, M4V, Mp3, M4A and more. This program allows you to convert your DVD files into 3G. Aimersoft DVD to iPhone Converter 2.0 provides you with many functions for editing your video files."; fDesc[10] = "effects to the video, the ability to extract audio and take snapshots of movie scenes, profiles for the most common outputs and support for popular portable devices."; fDesc[11] = "formats this program supports are WAV, WMA and Mp3. By using this application, you will be able to listen to any fragment of any movie without having to watch the movie."; fDesc[12] = "With this simple program you will be able to extract DVD audio tracks and save them into popular audio formats such as MP3,WAV,WMA, among others."; fDesc[13] = "FLV with great speed and superiority. Further it offers audio and video settings and lets you change audio and video quality, adjust volume, select video resolution and set output image settings."; fDesc[14] = "convert DVD to MPEG and rip DVD to AVI format. Files encoding optimized for P4, AMD and AMD64. PAL and NTSC supported. It will automatically check the CPU type for automatically adjusting the maximum ripping speed available for it."; fDesc[15] = "AVI with high quality and fast speed for BlackBerry and other devices."; 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 = '...'; } }