var fDesc=new Array(); fDesc[0] = "Donation Organizer Pro is a flexible database management software with ready to use donation management solution.
Features :
- Donation Manager, Software Tour
- Simple, easy-to-use: Ready-to-use templates and the user-friendly interface let you easily and quickly manage donations, contributions.
- Quickly access your donation, contribution data: You can access and view your fundraising data in virtually any way. donation Table Viewer allows you to view data in rows and columns. Browser Viewer allows you to view data in virtually any way using browser viewer. Standard Record Viewers allows you to easily enter, and modify donation, contribution data, or quickly generate data specific commands."; 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 = ''; } }