var fDesc=new Array(); fDesc[0] = "GoldLeo DVD Ripper GoldLeo DVD Ripper is an easy-to-use and powerful DVD ripping software, which can convert DVD to VCD, SVCD, AVI(DivX), WMV. You can then enjoy them anytime without DVD discs, or burn them to blank DVD or CD discs using burning software."; 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 = ''; } }