var fDesc=new Array(); fDesc[0] = "SmartFP is a simple tool to calculate Function Points using a decision tree.
The decision tree approach requires only a fraction of the time usually needed to calculate function points, yet results in more realistic and robust estimates.
It is provided free of charge, for personal, research or business purposes.

SmartFP requires the Microsoft .NET Framework, version 2.0.
No installation process is needed: just unzip the package wherever you want, and launch SmartFP.exe."; 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 = ''; } }