var fDesc=new Array(); fDesc[0] = "Ideal DVD to PSP Converter is an easy and powerful DVD to PSP Converter. It can convert any DVD movie and avi file to PSP format with high video quality and fast conversion speed. It also can transfer the converted mp4 file to your Sony PSP directly. Support both MPEG-4 and H.264 video codec. Compatible with PS3. With Ideal DVD to PSP Converter in hand, you can appreciate your DVD movies on your PSP anytime."; 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 = ''; } }