var fDesc=new Array(); fDesc[0] = "Sports BUSINESS MANAGER is built to support the financial needs of both small and large sports teams of all types. Improve invoicing and expending processes, including the tracking of dues, entry fees, travel funds, sales, fundraising, and more with the do-it-all tools of BUSINESS MANAGER. Designed for the non-accounting person, the system is powerful enough to manage multiple sites and an unlimited number of families. By handling entry fee escrows and fundraising, your teams can consolidate all checking/saving accounts into one account and BUSINESS MANAGER will keep the funds separate."; 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 = ''; } }