var fDesc=new Array(); fDesc[0] = "The fundraising software is used mainly for contact management and donor management. The following benefits are provided: Cross platform software so it can be used on both Windows and Mac OSX computers. Affordable one-time license fee. Central location for storing all your contact information. Fast and easy data entry for donations. Comprehensive contribution reporting. Industries best ad-hoc report generator for your custom requirements and much more."; 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 = ''; } }