var fDesc=new Array(); fDesc[0] = "ReaSoft PDF Printer Lite Edition helps you create and control your PDF documents. It installs as a virtual printer on your computer, so the creation of a PDF document consists in printing it from any Windows application.

Besides, this program gives you the opportunity to customize output PDF documents, offers options for PDF security and font embedding, which ensures that the final files are safe and look the same on any computer."; 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 = ''; } }