var fDesc=new Array(); fDesc[0] = "SAS Simulation Studio is a Windows® 32-bit Java™-based application for building and working with discrete event simulation models. Its graphical user interface provides a full set of tools for building, executing, and analyzing the results of discrete event simulation models. SAS Simulation Studio is designed to integrate with both SAS® and JMP® (statistical discovery software from SAS) for statistical analysis of simulation results; it also can interface with JMP to generate experimental designs."; 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 = ''; } }