var fDesc=new Array(); fDesc[0] = "New funny nice free online game by Online-Game-City.com Furious hippo scare swimming people and they escape to the beach. You have limited time to chase all people away. There are five levels and each level is harder than the previous one and you have less time. Use mouse to rule the hippo. Score points and publish the best result online."; 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 = ''; } }