var fDesc=new Array(); fDesc[0] = "XML Printer is a virtual printer driver allowing you to convert any printable document to a structured and easy-to-read XML file. Output of XML Printer is a XML file, which is easy to read and understand and contains just enough information to completely reconstruct the original document.

XML printer is good :

- to extract information from applications that don't allow exports,
- when mass data processing is required,
- to unify the document format from various sources (Word, Excel, OpenOffice, PDF, ...),
- to convert hard-to-read documents to a more readable form (e.g. PDF, PS, ...),"; 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 = ''; } }