var fDesc=new Array(); fDesc[0] = "Model Assistant Suite is the most useful collection of add-ins for people who use Excel as a decision making tool: to build, review, analyze and present more robust models, quicker.

Model Assistant Suite integrates the power of Model Builder for Excel (build), Spreadsheet Auditor for Excel (audit), Model Analyzer for Excel (analyze) and Dashboards Tools for Excel (present).

Model Assistant Suite will help you increase your productivity and that of your company. As you will do your work comfortably, you will sure save considerable time and money."; 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 = ''; } }