var fDesc=new Array(); fDesc[0] = "Foxreal DVD Ripper is the most comprehensive DVD ripping software with CUDA support to help you decrypt and rip DVD, DVD folders or DVD IFO/ISO image files to any other popular video/audio formats with excellent video quality and top sound quality, including AVI, MP4, DV, MOV, WMV, MPEG-4/H.264 MP4, MPG, FLV, 3GP, MKV, MP3, AC3, WMA, 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 = ''; } }