var fDesc=new Array(); fDesc[0] = "Free DVD to AVI/MP4/WMV/MPEG/3GP/FLV Converter is a DVD-Video converter tool that allows you to convert movies and music videos from DVD disc to various video formats. You can rip DVD to various video formats at high speed, rip HD/Blue-Ray DVD to many video formats, backup different DVDs to computer hard disk, and more."; 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 = ''; } }