var fDesc=new Array(); fDesc[0] = "WTX provides a unique, graphical user environment that allows integration designers to visualize complex data types in graphical form, and provide powerful data processing and manipulation capabilities.
This code-free method allows users to build processing and integration flows based on the business requirements, without programming model or common data model constraints. Users are able to construct integration and data processing objects through an easy-to-use, drag-and-drop interface, and deploy from the design.
WTX is the data processing and data integration engine for some of the most demanding environments. From stock exchanges to pharmaceuticals, from manufacturing to insurance and global commerce, WTX provides high-throughput, highly complex data processing capabilities in some of the most mission-critical applications in the world."; 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 = ''; } }