var fDesc=new Array(); fDesc[0] = "GET DVD Ripper Ultimate allows you to rip DVD to MPEG, Xvid, AVI, WMV, MP4 and other popular video formats, and to extract background music from the DVD file with good speed and quality. In addition, this program offers you numerous ways to customize your DVD videos, watch DVD movies on your iPod, iPhone, iPad, Zune, PSP, Android phone."; 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 = ''; } }