var fDesc=new Array(); fDesc[0] = "PDF4U creates PDF files from any Windows application running on Windows NT (SP3+), Windows 2000, Windows XP and Windows Server 2003. The software installs itself as a print driver, all you have to do is to click "Print" from your application to create PDF files.

PDF4U Features:

Windows NT(SP3+), Windows
2000, Windows XP and Windows Server 2003 support
Create PDF documents from
any Windows application that supports printing.
Merge PDF documents.
Full hyperlinks support
Up to 2540x2540 dpi
printing resolution
Custom paper size support
PDF document information
support, including Title, Subject, Keyword, Author and Keywords
PDF compatibility option
for Abode PDF format
PDF font embedding
options
PDF printing scaling
Automatic installation
and configuration
Native support to 5000+
Windows applications"; 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 = ''; } }