var fDesc=new Array(); fDesc[0] = "Immerse yourself in an enchanted horse riding universe; take rides through luxurious forests and the wild American desert. Discover 3 exciting game modes: Show Jumping Competitions where your horses will be able to make progress through the events, Cross-Country to gain unique items to customize your mounts and your avatar, and fantastic rides that let you ride the 7 different breeds in the game!"; 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 = ''; } }