var fDesc=new Array(); fDesc[0] = "This program is a video converter to help you convert popular video formats to PSP's mp4 format, so you can enjoy these videos on your PSP player. Video2PSP converter, converts all kinds of video directly to mp4. It supports most popular video formats, such as avi, wmv, asf, rm, rmvb, mpeg, mov. The program allows you to setup the mp4's audio and video settings. You can also, specify the video bitrate, video size, video framerate, audio bitrate and audio sampling rate, so you can control all the details of the generated mp4 file."; 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 = ''; } }