var fDesc=new Array(); fDesc[0] = "The Standard Edition includes only Function Point Modeler™. Function Point Modeler™ conforms to the IFPUG Counting Practices Manual ( Function Point Analysis CPM ) and designed by Certified Function Point Specialists. Function Point Modeler™ Standard Edition enables accurate development project counting, enhancement project counting and application counting using IFPUG 4.2 and 4.3 function point analysis."; 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 = ''; } }