var fDesc=new Array(); fDesc[0] = "You start the game by learning how to handle your horse through practice lessons guided by a teacher. You will learn how to use the different paces of the horse, maneuver it, and finally, how to jump over obstacles with your horse. Unlike offline games, the development team continues to make new content for the game after release. There are updates around every six weeks that contains new features, optimalization, and bug fixes. As a member of Riding Club you will automatically download these new patches for free. What the updates will contain depends on the feedback from our users. Free for two hours after that monthly payment."; 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 = ''; } }