var fDesc=new Array(); fDesc[0] = "PSM Insight (PSMI) is a free PC-based software tool that automates the Practical Software Measurement (PSM) process. PSM Insight includes tailoring, data entry, and analysis functions to help you develop a project-specific software measurement database and analyses. While PSM Insight provides templates of commonly-used issues and measures, it is also completely flexible for you to customize analysis to project-specific needs"; 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 = ''; } }