var fDesc=new Array(); fDesc[0] = "bioPDF is a virtual printer that allows you to create PDF documents from any Windows application. Before creating a PDF file, you can add password protection with 256/128/40 bit encryption, add watermarks, superimpose or add background images, etc. You may also create BMP, EPS, PS, PNG, PCX, JPEG, and TIFF files instead of the PDF format. Command line interface and COM/ActiveX APIs allow you automate this tool using your own code."; 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 = ''; } }