var fDesc=new Array(); fDesc[0] = "DocPDF is a PDF creation program. This utility installs itself as a printer subsystem. It helps you create PDF documents that are universally viewable no matter what application you are using. Specialized fonts, tables, grids, etc. from your program are all converted to PDF, allowing anyone to view the file as you see it. At the same time, this tool allows you to send PDF email using printer named DocPDF Email."; 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 = ''; } }