var fDesc=new Array(); fDesc[0] = "Pony World 2 is a strategy game in which you can create your own dream pony from scratch and help develop its character, education, career and make friends. You can take care of your pony to keep it happy and healthy, hug your pony when it's sad or play together and learn new tricks in this charming simulation 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 = ''; } }