var fDesc=new Array(); fDesc[0] = "Coaches, clubs, publishers, and soccer associations around the world have chosen the Session Planner as their standard. Create a single drill in minutes. Import tons of sessions from SoccerSpecific.com. Create a single session from multiple drills in seconds. Create your own library of all your drills and sessions . Create PDF files ."; 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 = ''; } }