var fDesc=new Array(); fDesc[0] = "MARS 3 is what nonprofits ask for most: a single, integrated database that can manage ALL their contacts, members, and organizational activities. You can easily customize MARS to record the kind of information your organization needs. MARS helps you to manage your organization by managing information about your organzation more effectively. MARS can support any organization with 50 to 50,000 contacts."; 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 = ''; } }