var fDesc=new Array(); fDesc[0] = "Cucusoft iPod Movie/Video Converter is an MP4 converter. That is exactly what all iPod and iPhone converters are. However, iPod converters tend to produce MP4 files that are optimized for playback on the iPod. This application is yet another competing iPod converter. It works and feels nice. The graphical user interface is really simple but it could use some more work around the edges. The application is divided into two windows, the converter window and the video preview window, which is at the right of the application. As all Cucusoft's applications, this one boasts a really extensive format support. You can convert all your video files to iPod very easily. Cucusoft iPod Movie/Video Converter also supports Drag and Drop, so you can save some time by simply dragging the files to the main application. As it is to be expected from an application like this, there is batch-mode processing, so that you can convert several files at once. You have a set of advanced settings, where you can customize the appearance of your files. You can change the resolution, aspect ratio, frame rate, and more."; 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 = ''; } }