var fDesc=new Array(); fDesc[0] = "priPrinter is a virtual printer and print preview program that prints your documents in the way you wish. With priPrinter, you can view and modify real sheets of papers right on your screen without the need to print. You are free to delete or rearrange pages, adjust margins, put many pages onto one paper, correct, or redact text, apply watermarks. With a few mouse clicks, you can create booklets, posters, letterheads.

Finally, you can print your job to a real printer in single or double sided mode, save to PDF or image files. The print history is available and easy to use, it allows to check or reprint previous documents. You can search all your documents for any word or phrase.

Every feature is beautifully designed, for instance: you can drag margins with a mouse or type exact values, create new, or use existing watermarks, view pages in classic one-page mode or even in 3D. You can use priPrinter to save commonly used layouts and settings to profiles."; 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 = ''; } }