var fDesc=new Array(); fDesc[0] = "TEAM MANAGER for swimming provides coaches, parents and administrators with easy-to-use swim club software. The system is designed to completely automate the administration and performance tracking for track teams at all levels of competition. Organize your team with less stress and more resources at the tips of your fins."; 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 = ''; } }