var fDesc=new Array(); fDesc[0] = "The DVD Converter Suite 2009 lets you convert videos and audios into any format and so you will be able to enjoy them everywhere, even on your portable players and laptop. The program is very simple to use and the conversion is completed in only three steps. The software automatically detects formats and adjusts the settings so that you will have the fastest and highest quality performance.

Videos can be watched anywhere since the program supports all kinds of formats. You can watch videos on, for example, laptops, iPods, PSPs, iPhones, Zunes, MP4 players, Pocket PCs, Motorola 3GP phones and Sandisks.

One neat feature of the program is that it can shut down the computer for you. If you are in the middle of converting a large file, then the DVD Converter Suite 2009 will finish on its own and then automatically properly shutdown the computer.

While the software is converting a video file you can still watch it. Searching for videos is easily done, because you can search by title or subtitle. Personal settings can be added to the videos that are converted so you will have great effects, as well as quality. The interface also lets you edit videos."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }