var fDesc=new Array(); fDesc[0] = "The Exchanger XML Editor is a Java-based product that provides unique functionality for viewing, authoring and editing XML data and documents, at a compelling price point. The Exchanger XML Editor offers a broad spectrum of functionality to help XML authors, business analysts and software developers.
It features XML Schema, RelaxNG and DTD based editing, tag prompting and validation, Grid view for tag free editing, XPath and regular expression searches, schema conversion, XSLT, XQUERY and XSLFO transformations, comprehensive project management, an SVG viewer and conversion, easy SOAP invocations."; 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 = ''; } }