var fDesc=new Array(); fDesc[0] = "PM Dashboards clearly displays identified key performance indicators for any project. Dashboards demonstrate to project managers where corrective action needs to be taken. Create dynamic information dashboards based on your project data. By dynamically charting a project’s key performance indicators (KPI) that are collected on one display, all project team members have access to the daily status of the projects they are involved in. PM Dashboards visually demonstrates changes to the budget status and clearly demonstrates progress toward a project’s objectives."; 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 = ''; } }