var fDesc=new Array(); fDesc[0] = "iMIS is an upgradeable software solution for managing associations, membership, non-profits, and fundraising. iMIS 15, the latest evolution of iMIS, leverages Microsoft's .NET development platform to provide a flexible and open web-based solution.
iMIS provides the core functionality non-profits need in one database with a single location for name, address, and historical constituent information. This means interactions with your members, donors, and other constituents whether online or offline are recorded in the same database. The iMIS system includes more than 30 optional modules organized into Suites based on functionality."; 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 = ''; } }