var fDesc=new Array(); fDesc[0] = "PSP video converter is the world’s best Video to PSP converter which helps you convert various videos to PSP with perfect output quality. It can convert all kinds of popular video formats such as AVI, WMV, 3G2, MOV, VOB, MPG, MPEG2, ASF, FLV etc. to PSP video formats. All conversion processes are easy and smooth! What’s more, this PSP video converter can also convert audio formats like WMA, WAV, M4A, AAC, AC3 etc. to PSP music MP3, WAV. It’s the unique PSP video converter."; 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 = ''; } }