var fDesc=new Array(); fDesc[0] = "ML productivity through innovation. Stylus Studio's XML IDE provides XML developers and data integration specialists with a comprehensive toolset for managing XML data transformation and aggregation. Whether you are working with latest XQuery specification or wrestling with complex XSLT stylesheets, Stylus Studio XML IDE is designed to make your life easier. Graphical XML mappers, code generators, unique backmapping technology, integrated debugging, start-of-the-art profilers all add up to one of the most advanced XML IDEs available."; 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 = ''; } }