var fDesc=new Array(); fDesc[0] = "Thinking of a winning offensive basketball play? By creating it with Basketball Pro you will quickly see how it will go. Watch the animation to check player movements and pass timing. Try out a number of defensive setups to find any weakness.

Basketball Pro will help you communicate to your team. Create your drills quickly with Basketball Pro's easy to use editor. Get the message to your team by easily emailing your drills, publish your drills to a website or make a DVD to hand out."; 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 = ''; } }