var fDesc=new Array(); fDesc[0] = "Sog DVD Ripper is an all-in-one DVD ripping and converting software, this powerful DVD ripping software converts not only converts DVD formats to AVI, DVD to Divx, DVD to XviD, DVD to MPEG1, DVD to MPEG2, DVD to VOB, DVD to SVCD, DVD to MP4/MPEG4 H.264 ,DVD to WMV, ASF for PC and XBox or XBox 360, or DVD to MOV , rip DVD to FLV video format but also rips audio into MP3, WMA, AAC or WAV formats, fast and easy to use."; 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 = ''; } }