var fDesc=new Array(); fDesc[0] = "Easy to use program for tracking and calculating stats for Serves, Digs, Sets, Blocks and more.

Track and Compute over 45 stats
-Track lots of major stats including serves, blocks, digs, sets and more.

Match Types
-Assign a match type (conference, league, tournament, etc) and create stat reports by match type.

Match Your Scorebook
-Match your scorebook layout to save time during data entry.

Choose which stats you want to enter on the player results screen and the order you want to enter them."; 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 = ''; } }