var fDesc=new Array(); fDesc[0] = "AZ Word to PDF Converter is able to convert a variety of document formats, including Doc, Docx, RTF, TXT, XML into PDF file. It supports to batch convert up to 2000 documents to PDF files at a time. The application allows you to specify all detailed parameters of conversion, or you can also let the program setup them automatically. You may add HTML header and footer to output PDF files."; 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 = ''; } }