var fDesc=new Array(); fDesc[0] = "RiskAMP is a full-featured Monte Carlo Simulation Engine for Microsoft Excel. With the RiskAMP Add-in, you can add Risk Analysis to your spreadsheet models quickly and easily. The Professional Edition adds Latin Hypercube sampling for powerful analysis of complex models, and the PERT distribution for modeling expert data. It also provides locking functions for easily distributing spreadsheet models."; 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 = ''; } }