var fDesc=new Array(); fDesc[0] = "Play Hippos Feeder: African hippos are starving! They are lost and all alone. You must help them! Try to take watermelon and throw it to hippo! Use W A D or Arrow keys to move around. Press S or Down Arrow to take a watermelon. Use the mouse to aim and throw watermelon to the hippo."; 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 = ''; } }