var fDesc=new Array(); fDesc[0] = "Metrix is a centralized contact management system for non-profits, designed to help your organization track funders, clients, events, and much more. The Fund for the City of New York created Metrix after 20 years of developing database applications for nonprofits. We identified a set of common information management needs of small to mid-sized organizations, and have designed a system with the potential to streamline operations and save nonprofits thousands of dollars in software and support costs."; 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 = ''; } }