var fDesc=new Array(); fDesc[0] = "Free iPod Video Converter is an MP4 converter for Windows. It is advertised as a iPod Video converter, but that is a fancy name for MP4. This converter will convert files of the most popular formats (DVD/VCD and AVI, MPEG, WMV, RM, RMVB, DivX, ASF, VOB.) into MP4. All the MP4 files will be playable on your iPod, iPhone, or any other mobile device that supports MP4 playback. However, iPod converters tend to come with preset quality profiles to produce files that will play better on iPods, etc. Free iPod Video Converter comes free of adware and spyware, and it is free. It supports batch-mode processing, so you can add and convert an unlimited number of files simultaneously. The converter also has an easy to use wizard that will help you through a couple of steps to setup the conversion process. After that, you can tweak more settings and start converting your files. ID3 tags can be retrieved from your original files, to keep the information of the file without having to enter it manually. There are also HTML help files, should you need more clarification about anything."; 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 = ''; } }