var fDesc=new Array(); fDesc[0] = "Champions come in all sizes! It's up to you to make sure you and your horse become a winning team. Make new friends, groom your horse, and practice hard to bring home the World Championship blue ribbon! Prove Your Ability - Experience unique challenges as an equestrian in three classes – cross country, dressage and show jumping. Ride in 6 Locations - Compete in horse jumping and dressage tournaments in 6 locations and on four courses. Create Your Character - Choose from hundreds of combinations of shirts, pants, shoes, hats and hairstyles. Decorate Your Horse – Win tournaments and unlock accessories including saddle blankets, ribbons and more! Unlock Courses - Gain experience, compete in tournaments and win ribbons as you train with your horses to unlock courses."; 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 = ''; } }