var fDesc=new Array(); fDesc[1] = "This version also added full support for Blu-ray AACS MKB15."; fDesc[2] = "impression and seems to be well-thought, especially in terms of design. I would recommend this application to users, searching for a simple and easy-to use DVD movie player."; 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] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems."; fDesc[5] = "plug-ins: Vinyl Restoration™, Noise Reduction, Clipped Peak Restoration™, and Click and Crackle Removal™ plug-ins. Save valuable time and money by applying the Noise Reduction processing power to salvage vintage vinyl recordings, and rescue problem tracks."; fDesc[6] = "transport passengers around a city, adjusted to a timetable on a planned route, obeying traffic rules, and taking care not to upset or injure your passengers."; fDesc[7] = "from the main window to perform a desired action. You can split any large file into a desired number of files, merge them back into one or convert to/from WMA, WAV, OGG or MP3 formats."; fDesc[8] = "files. You can use this application to convert files into FLV or from FLV. It supports most video and audio formats."; fDesc[9] = "use and is fast. The user interface is intuitive enough that you can probably install it and start converting a file in less than a minute."; fDesc[10] = "that is clearly oriented to users of mobile players who need fast and high-quality conversions without needing to be video experts. The program converts to and from AVI, 3GP, ASF, FLV, MOV, MPEG, MP4, RMVB, RM, VOB, and more. It can also extract the audio of any video file."; fDesc[11] = "application supports a lot of different audio files, such as WAV MP3, MPEG, CDA, WMA, PCM, ALF2, GSM, DSP, OGG, ADPCM and many more. The program comes with an ID tag editor for all of your music files."; fDesc[12] = "technology settings, the great level of performance and previously unavailable productivity. Sony Cinescore software is a breakthrough in professional soundtrack creation, automatically generating fully composed, multigenre, production music perfect for movies.."; fDesc[13] = "formats, and extract audio from video files to AIFF/AIFC, MPEG-4 Audio, MPEG Layer-3, MPEG Audio, OGG, RealAudio, Waveform, Windows Media Audio."; fDesc[14] = "its efficiency. You may use this tool to rip and convert DVD format to other video formats and audio formats. Using Your Free DVD Ripper, you can convert DVD movies to VCD, SVCD, AVI video formats and MP3, WAV audio formats."; fDesc[15] = "window allows the user to decide what to do first: Rip or Burn. By selecting the Ripper part, the application shows the DVD ripping program with the information on the DVD loaded, the regions available for decoding and the settings for General, Audio and Video adjustments."; 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 = '...'; } }