var fDesc=new Array(); fDesc[0] = "WebSphere Transformation Extender with Command Server allows the transformation engine to be called directly from a command line, shell script, JCL, or timer. WebSphere Transformation Extender Command Server is a powerful command-line-driven environment to control the execution of a transformation. This edition is recommended for Standalone and Batch processing environments. It is ideal for extending an existing application, batch process, or file exchange-based near real time business processes with minimal intrusion. WebSphere Transformation Extender with Command Server for z/OS is the recommended edition for z/OS Batch. CICS and IMS execution environments."; 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 = ''; } }