var fDesc=new Array(); fDesc[0] = "Rip DVD to PSP 2010 is a DVD rip tool which can rip DVD to PSP MP4 Video format. Rip DVD to PSP 2010 is one of the best DVD to PSP ripper software. It has easy-to-use interface and supports the fastest ripping speed with excellent output Video and Audio quality. Now only with quick 1-2-3 steps you can enjoy your favorite DVD movies on your PSP player anytime, anywhere and freely."; 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 = ''; } }