var fDesc=new Array(); fDesc[0] = "XMLBlueprint is the smart XML Editor for Windows with full support for DTD, Relax NG, Schematron, XSD (XML Schema), XSLT (1.0, 2.0, 3.0) and XPath (1.0, 2.0, 3.0). Syntax Coloring is supported for XML documents, but also for HTML, CSS, Java and JavaScript files. You can customize the text colors and the background colors."; 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 = ''; } }