var fDesc=new Array(); fDesc[0] = "Riders at all skill levels can benefit from the experience of expert trainer and instructor Leonie Baker as she shows you the right way to workout with your horse. Follow along with step-by-step personal lessons to improve your form and discover training techniques to make your horse stronger and more responsive. Explore such useful topics as Horse Types, Cantering, Workouts and more! Plus, the intuitive menu interface lets you quickly find and review lessons. It's the fun and easy way to improve your riding skills!"; 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 = ''; } }