var fDesc=new Array(); fDesc[0] = "The cheap way to create PDF files by converting anything printable. Convert to PDF from any application by simply 'printing' to the Adolix PDF Converter printer. Settings like colors, page rotation and compression are available.

Our software was awarded by several shareware sites with 5 star ratings because of it features, stability and low price.
Main features:
- Create PDF files from any application using a virtual printer
- Ability to rotate pages
- Custom resolution
- Send via email
- Multi language support
- Works on Windows Vista"; 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 = ''; } }