var fDesc=new Array(); fDesc[0] = "Aneesoft DVD to PSP Converter is an easy and great DVD to PSP converter tool that allows you to rip and convert DVD files to PSP compatible MP4 and H.264/MPEG-4 AVC video and rip DVD audio to PSP MP3 and M4A audio format. Moreover the program enables editing tools to crop, trim and add watermark and special effects to your video."; 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 = ''; } }