var fDesc=new Array(); fDesc[0] = "Membership Database Pro is membership management software. This software is suitable for almost any type of club or organization as it allows you to build the structure of your membership into the program.NO hidden costs or ongoing annual fees.
- Fully maintained, updates and upgrades are available from time to time.
– Very easy to use and proven software at an affordable price."; 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 = ''; } }