var fDesc=new Array(); fDesc[0] = "Joboshare PSP Video Converter is a PSP converter and PSP Movie converter designed for users who want to convert video to Sony PSP and enjoy the converted files on Sony PSP. The PSP converter can both convert video to PSP movie like PSP MP4 video, PSP H.264/AVC video, PS3 Video MPEG-4 (480p, 720p, 1080i) and extract audio from video to PSP MP3 and M4A.

It can convert almost all popular video formats such as AVI, MPEG, WMV, MP4, DivX, MOV, 3GP, VOB, GIF, RM and ASF to PSP video MP4, H.264/AVC and convert WMA, WAV, M4A, AAC, AC3, OGG, CUE, APE, CDA to PSP MP3."; 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 = ''; } }