var fDesc=new Array(); fDesc[0] = "Bullzip PDF Printer works as a virtual Windows printer, and allows you to create PDF documents from any Windows application. Before conversion, you can add password security using AES 256/128 and standard 128/40 bit encryption. You can specify quality of PDF in four stages: screen, printer, ebook, and pre-press. You can also add watermarks, rotate pages, superimpose images/documents, adjust transparency, append documents, and control all aspects of your output document."; 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 = ''; } }