var fDesc=new Array(); fDesc[0] = "ThinkVD PSP Movie Converter can help convert all popular videos such as MOV, RM, MPEG, WMV, 3GP, AVI to PSP MP4 video, and converting various videos and audios to PSP MP3. You can watch and listen to them on your PSP.

With just one click, you can convert videos, audios and images in batch. Additionally, it supports batch setting of output file format. It allows you to clip a movie into several segments and merge movies into one, making your own creative movie."; 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 = ''; } }