var fDesc=new Array(); fDesc[0] = "Have a picture for an unbeatable stoppages set play? By creating it with Footy Pro you will quickly see if it will be a winner.
Footy Pro will help you communicate to your team. Create your drills quickly with Footy 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 = ''; } }