var fDesc=new Array(); fDesc[0] = "MonstaFish is a twitch-based, action-puzzle game featuring a series of compelling modes with more bite than a toxic MonstaFish. It features mouth-watering, comic book-style graphics and a commissioned soundtrack. You will have to keep the water clean of polluting mutant MonstaFish in four different game modes."; 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 = ''; } }