var fDesc=new Array(); fDesc[0] = "The Software Process Dashboard Project is an open-source initiative to create a PSP(SM) / TSP(SM) support tool.

The Process Dashboard supports:
- Data Collection: Time, defects, size; plan vs. actual data.
- Planning: Integrated scripts, templates, forms, and summaries, PROBE, earned value.
- Tracking: Powerful earned value support.
- Data Analysis: Charts and reports aid in the analysis of historical data trends.
- Data Export: Export data into Excel, or export data to text format for use with external tools."; 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 = ''; } }