var fDesc=new Array(); fDesc[0] = "Manage club membership information. Tracks dues, committees, attendance, fundraising, member interests, awards, the club's finances, merge letters, email, user defined reports, import/export and much more. Serves as a tool for the club's officers. Easy to install and use (no training necessary). 80+ reports, address labels, membership cards with club logo, meeting notices. User defined fields available. Suitable for all size clubs, associations, non-profits, and any organization needing to track the information about their members."; 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 = ''; } }