var fDesc=new Array(); fDesc[0] = "WinMP4.NET Video Converter For PSP is designed to convert nearly all types of movies video to the format that can be played on your Sony PSP device easily and quickly(including Sony PSP-1000, PSP-2000, PSP-3000). With industry leading video and audio codec engine, we convert movies from various video formats to PSP playable movie format with both high speed and outstanding quality."; 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 = ''; } }