var fDesc=new Array(); fDesc[0] = "PDF Image Printer is a virtual Windows printer that allows you to create Adobe PDF files from any document so you can open and print to your laser printer. The program creates secure non-searchable, non-editable, PDF/A-1B compliant PDF files. It supports password protection and 40-bit or 128-bit encryption and permission levels to restrict access to document contents."; 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 = ''; } }