var fDesc=new Array(); fDesc[0] = "Association Subscribers Manager is a software which allow people to easily manage their clubs. The main goal is to make it simple. Association Subscribers Manager do not require any database not any complicated settings.
If you are a in charge of a club and don't want a complicated software to manage it, you are in the right place !"; 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 = ''; } }