var fDesc=new Array(); fDesc[0] = "IBM WebSphere ILOG Decision Validation Services provides rule testing, simulation and audit capabilities for the JRules BRMS product line.

Business and technical teams can create customizable scenarios and run them against changes to rules in order to verify correctness and assess business impact prior to deployment, as well as review actual execution results for deployed rules."; 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 = ''; } }