var fDesc=new Array(); fDesc[0] = "Soccer Coaches - Make your plays, activities and training sessions come alive with Play Manager™ from CT Technologies Inc. Play Manager™ allows you to show your players exactly what the play looks like with its powerful animated playbooks.

Plays are stored on your computer and can be viewed right on your monitor, pumped to a television, printed out for distribution to your players, or published to the Web. Play Manager™ will allow your players to visualize the play or drill perfectly every time and is a must for coaches at all levels."; 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 = ''; } }