var fDesc=new Array(); fDesc[0] = "Easy DVD Extractor is a powerful and easy-to-use tool for backing up your DVD movies. It can convert your DVD movie files to SVCD, VCD, MPEG1, MPEG2, MPEG4. Main features include: high quality of video and audio, perfect synchronization of video and audio, selecting DVD caption, selecting audio language stream, selecting NTSC/PAL.You can convert your favorite DVD to almost all popular video formats with several clicks."; 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 = ''; } }