var fDesc=new Array(); fDesc[0] = "Lumenaut is an Add-in that plugs into Microsoft Excel, turning Excel into a powerful tool for Monte Carlo Simulation Analysis, Decision Tree Analysis and Statistical Analysis it makes it easy to analyze your data insitu without having to export to an independent package. It also enables wide sharing of files without the usual compatibility issues."; 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 = ''; } }