var fDesc=new Array(); fDesc[0] = "Communicate with Animated Soccer Drills
Have a vision for an unstoppable dead ball kick? By creating it with Soccer Pro you will quickly see if it will be a goal scorer. Watch the animation to check player movements and pass timing.
Soccer Pro will help you communicate to your team. Create your drills quickly with Soccer 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 = ''; } }