var fDesc=new Array(); fDesc[0] = "Ease DVD Ripper is a powerful program that helps you rip DVD movies and convert them to various formats. The program can convert DVDs to AVI, MPEG, WMV, DivX, MP4, H.264/MPEG-4 AVC, FLV,SWF, MOV, XviD and 3GP video formats. You can also extract audio from DVD as MP3, WMA and WAV."; 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 = ''; } }