var fDesc=new Array(); fDesc[0] = "The SoftLanding RSE Extensions Plug-in for IBM Rational Developer for i and WebSphere Development Studio offers several convenient features to enhance your RDi/WDSC work environment. In one easy download the RSE Extensions plug-in provides:

- direct access to spooled file output from RDi/WDSC
- the ability to view and respond to System i messages from within RDi/WDSC
- a perspective for viewing two source-editing windows simultaneously
- graphical compare and merge editors for System i source code (RDi 7.x and above or WDSC 6.x or later required)
- a custom editor for data areas (RDi 7.x and above or WDSC 6.x or later required)
- the ability to display data queue properties and contents (RDi 7.x and above or WDSC 6.x or later required)"; 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 = ''; } }