var fDesc=new Array(); fDesc[0] = "This a conversion solution for all your Playstation Portable and iPod video needs. Cucusoft DVD to iPod/PSP + iPod/PSP Video Converter Suite 2.8 combines two great conversion tools in one. The first one is a DVD ripper. With it, you can convert your DVD movies to the MP4 format, which is playable on the PSP and iPod. You are given certain options to modify but the whole process is nearly automatic. You can select what chapters, audio streams and subtitles to rip. The second part of this suite is the PSP and iPod Video Converter. It does something similar to the DVD converter. If you have video files that you want to convert to MP4 so that you can play them on your PSP, you can do that, too. Both the DVD converter and the Video converter support multithreading and batch-conversion, so your conversion speeds should be fast and you are given the ability to convert several files at once. All the files that you create using these two applications will be playable on any other device that supports MP4 playback, such as the iPod, iPhone, etc."; 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 = ''; } }