var fDesc=new Array(); fDesc[0] = "This is an advanced application that converts your VSD (MS Visio) files to any format you wish (PDF, CHM, HTML, RTF, DOC, HLP, and many more). The software supports batch conversion, running from command line, more than 50 languages. Batch conversion ability allows you to convert an unlimited number of VSD files at a time."; 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 = ''; } }