var fDesc=new Array(); fDesc[0] = "STEVA Volleyball is easy to learn, easy to use and provides all the functionality volleyball coaches.
STEVA Sports Software allows coaches to easily analyze video of games and practices. Coaches can create and save short video clips that can be used for all of the following:
- Developing team and individual play through
visual feedback
- Scouting opponents and recruits
- Improving the quality of practices through visual feedback
- Presentation of custom movies
- Creating team video "albums""; 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 = ''; } }