var fDesc=new Array(); fDesc[0] = "Max DVD to PSP MP4 Converter is a high speed DVD to SONY PSP movie file format converter. Full DVD disc convert or just a clip are supported . The built in MP4 AVC(H264) encoder is more powerful and simply. MPEG4 and H264 encoder are built in for video codec. MPEG4 AAC-LC is built in for audio codec. You can add new output format with the supported video codec and audio codec and some other paraters to fit the best quality play on your SONY PSP."; 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 = ''; } }