var fDesc=new Array(); fDesc[0] = "This is the closest you'll come to the wonder of owning a pony without actually spending thousands of dollars! Select your steed and manage time and money to make your pony the happiest horsey in the world. Take her for walks, brush her hair, dress her up in ribbons everything you've ever dreamt of doing with your own pet pony! Full game features include:"; 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 = ''; } }