var fDesc=new Array(); fDesc[0] = "Liquid XML Studio 2014 is an advanced graphical XML development environment. You can visualize and edit an abstracted view of your XML schema (XSD) using an intuitive user interface and validate your XSD against the W3C standards. You can also author, validate and debug your XSLT stylesheet, set breakpoints within the XSLT source, watch variables and analyse the call stack."; 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 = ''; } }