var fDesc=new Array(); fDesc[0] = "Alice DVD to PSP Converter is able to convert almost DVD to Sony PSP MP4 files.
It contain H.264 and Xvid decoder to help you convert it with quick speed and hight quality. It also support select subtitle and Audio Tack to Export. It is really smart software that just four clicks completes the task of video conversion. (1)Open DVD, (2)Select Output Type,(3)Select Destination, (4)Press Start!"; 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 = ''; } }