var fDesc=new Array(); fDesc[0] = "Kingconvert DVD Ripper is the best DVD ripping software can rip DVD movies to any video and audio formats. As the best DVD Ripper software which can rip DVD to MPEG-4, H.264/MPEG-4 AVC, MOV, M4V, AVI, DivX, XviD, ASF, WMV, MPEG-1, MPEG-2, 3GP, 3GPP, MKV, FLV, SWF, VOB, TS, DV, Super VCD(NTSC, PAL, SECAM), VCD(NTSC, PAL, SECAM) , DVD(NTSC, PAL, SECAM). Moreover, the DVD Ripper software can also extract audio from DVD movies and convert them to AAC, AC3, AIFF, AMR, AU, FLAC, MP3, M4A, MP2, OGG,WAV, 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 = ''; } }