var fDesc=new Array(); fDesc[0] = "Help you rip DVD to the most popular video and audio formats
iToolsoft DVD Ripper can rip DVD video and convert to almost all video and audio formats, and enable to playback on most multi-media player devices such as iPod, iPhone, Apple TV, PSP, PS3, BlackBerry, iRiver PMP, Windows Mobile phone, Xbox, mobile phone. It offers fast ripping speed, steady ripping process, high video/audio quality and easy-to-use interface. More powerful editing function, such as separating audio from DVDs, capturing picture from video, individualize setting like adjusting video/audio quality, video size, resolution, brightness or saturation, etc."; 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 = ''; } }