var fDesc=new Array(); fDesc[0] = "DV-AVI to DAT Free Convert is a free conversion program which provide you an easy way to convert DV-AVI file to DAT format with fast speed and good output quality. It does not include any form of malware, like trojans,backdoors,virus andspyware, so is safe to install. It has a friendly interface and helps you setup converting process easily. You can finish your conversion with just a few 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 = ''; } }