var fDesc=new Array(); fDesc[0] = "It is based on the Xml2PDF Server 2009 formatting engine and brings its power to the desktop of your personal computer.Xml2PDF Workstation is a client application for converting XSL-FO (or XSL XSLT), SVG, HTML and Word (WordML 2003, DocX, Word 2007 Xml, Doc) files to PDF, XPS, TIFF."; 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 = ''; } }