var fDesc=new Array(); fDesc[0] = "AZ RTF to PDF Converter is a quick and easy-to-use PDF converter tool which is designed to batch convert document files to PDF document. It supports RTF, DOC, DOCX, TXT, XML documents. This program provides you all kinds of settings for adjusting the output PDF file. You can set user and owner password to restrict printing, copying and modification."; 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 = ''; } }