var fDesc=new Array(); fDesc[0] = "Create PDF, EPS, PostScript, TEXT, JPEG, TIFF, PNG, PCX, BMP, PSD and PCL-XL files from any Windows application by simply printing to docuPrinter Pro. Neevia docuPrinter Pro can enable even the novice computer operator to generate high-quality, searchable PDF or Image files without high costs.

This product is used by more than 350.000 clients worldwide including print shops, publishers, government agencies, Fortune 500 companies who need to create PDF, EPS, PostScript, TEXT, JPEG, TIFF, PNG, PCX, BMP, PSD or PCL-XL files fast and with minimum expense."; 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 = ''; } }