var fDesc=new Array(); fDesc[0] = "Agogo Video to iPod is an application that allows you watch video on the iPod. This application has been smartly designed so that the whole conversion process can be as hassle free as possible. It supports almost all the most popular formats, such as AVI, MPEG, XVID, 3GP, WMV, etc. The conversion speed I guess is on par with other applications. If you want to convert a 1 hour video file, it will take you as much as 3 hours. Agogo Video to Ipod is flexible, though. You don't necessarily need to convert a whole file. You can simply use the Begin here and End here markers to select the exact part of the file that you want to convert. This is really useful for when you need to convert files that have commercials, or when you need to cut credits at the end of a file. This application supports batch-mode conversion, so it is no longer a problem to convert several files simultaneously. After the application is done converting your files, you can configure it to shutdown your computer. The graphical interface is OK. It is relatively easy to use and is stable enough."; 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 = ''; } }