var fDesc=new Array(); fDesc[0] = "This application enables you to convert large number of documents at one time, instead of trying to do them individually. Great for html, text, Word, Works, and others. There are even electronic updates in the full version. Key BenefitsConvert large number of documents, fast! You do not have to convert the files individually. Convert hundreds of directories and files at a time. Document Converter 5.0 will convert any document that you can in Microsoft Word 97. You can even drag files and folders from your desktop. Convert documents from the command line. With the push of a button you can find out if you have the latest version of Document Converter. (Requires an Internet Connection) If an update is available, the update will download automatically from our site."; 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 = ''; } }