var fDesc=new Array(); fDesc[0] = "Stylus Studio® X14 XML Enterprise Suite provides a comprehensive set of XML tools and features for working with XML, XQuery, Web services, XML publishing, and many other XML technologies. Click on a heading below to learn more about how you can put Stylus Studio® to work for you.
Stylus Studio® X14 XML Enterprise Suite is the first and only XML development tool to support visual XQuery editing, XQuery mapping, and XQuery debugging."; 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 = ''; } }