var fDesc=new Array(); fDesc[0] = "FilePrint offers quality print products using a full range of paper and finishing options.

Please note that only Windows XP and Windows Vista are supported.

Main features:

- Print directly from Windows applications, with no need for PDF converters.



Main features:

- Print directly from Windows applications, with no need for PDF converters.
- Improved upload tool for PDFs. If you do have PDFs the driver allows you a more reliable upload tool which is important if you are uploading large files. It also allows you to upload more than one at time, allowing you to leave it and get on with your work.
- Login easily directly from your desktop, without having to enter your details."; 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 = ''; } }