var fDesc=new Array(); fDesc[0] = "Create PDFs for your family and friends with photos, recipes, and stories. For your business convert software documentation, product catalogs, newsletters, and more into PDF files that can be easily opened and viewed across a broad range of software and operating systems.


Easily Turn any Windows files into virus-free portable PDFs.*Preserves graphics, colors, fonts, & formatting regardless of the program the file was created with.
Universal distribution (All computer platforms can view PDFs, including Windows, Unix, Mac & Linux).
Non-editable (receiver can't make changes to PDFs).
Receiver(s) can easily view, navigate, and print PDFs.
PDF files can be viewed with Adobe's Acrobat Reader."; 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 = ''; } }