var fDesc=new Array(); fDesc[0] = "GetClub Dogs and Fishes is a fun action game which can be played online if you are connected to the internet.
As you win the Fishes increases and the more you win the higher the score is. All you have to do in order to win is to eat all bananas and cherries and kill all fishes saving yourself from dinosaurs.
Your score is recorded in Hall of Fame."; 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 = ''; } }