var fDesc=new Array(); fDesc[0] = "Deltek Acumen is a program that enhances your existing project management toolkit with diagnostics, risk analytics and optimization designed to improve reliability and accuracy of your project forecasts. You can diagnose and resolve project shortcomings, keep your project team out of spreadsheets and on core project work and evaluate schedule quality, cost forecast accuracy and risk realism across multiple projects."; 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 = ''; } }