var fDesc=new Array(); fDesc[0] = "Brorsoft DVD Ripper is a DVD ripping utility that provides movie lovers an easy way to rip and convert DVD movies to all popular file formats, such as MP4, AVI, MKV, WMV, FLV, M4V, MOV with excellent output quality. This program also comes with optimized format presets for almost all popular multimedia devices."; 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 = ''; } }