var fDesc=new Array(); fDesc[0] = "Enolsoft DVD Ripper offers an easy and fast solution to rip encrypted and unencrypted DVDs without destroying them. It enables you to rip DVDs to various video formats like AVI, MOV, WMV, MP4, MPG, 3GP, H.264/MPEG-4, VOB, FLV, RM, and MKV etc., as well as to extract soundtracks from DVD movies to a variety of audio formats like MP3, WMA, WAV, AAC, OGG, M4V, AIFF etc. You can play your DVD’s on popular devices such as iPad, iPad2, Verizon iPhone 4, PSP, PS3, iPod Touch, Apple TV, Zune, SmartPhones, Xbox 360, Archos, Xoom, Playbook, HP TouchPad, 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 = ''; } }