var fDesc=new Array(); fDesc[0] = "The Metric Studio for FPA is a tool that helps the project team to measure the software using the Function Point Analisis methodology, widespread and maintained by IFPUG (International Function Point User Group).

With the Metric Studio is possible to measure software projects with a much higher productivity than using simple Excel spreadsheets.

The Metric Studio also allows you to export the data in the most famous format, like PDF, CSV, HTML, XML, Excel, Word, etc."; 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 = ''; } }