var fDesc=new Array(); fDesc[0] = "The SwiftTec Club Membership System is designed to meet the requirements of a club which needs to maintain a membership database and track member activity at the club facilities. It has a comprehensive set of features which can be enabled to meet the needs of clubs of all sizes. It is easy to setup and operate, making it an ideal choice for a small club running it on a single PC but is expandable via it's optional features and modules to meet the needs of the large clubs."; 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 = ''; } }