var fDesc=new Array(); fDesc[0] = "A123 DVD to AVI Ripper is a powerful and flexible DVD to AVI conversion tool which can rip DVD to AVI with great quality and fastest speed. So easy to use and so fast to finish your conversion process! Just a few clicks rip DVD to AVI video with high speed, excellent image and luxuriant sound. Free download to have a try in video converting job."; 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 = ''; } }