var fDesc=new Array(); fDesc[0] = "Fishie Fishie is a dazzling kalideoscope of high speed sea food, all lovingly illustrated by the fabulous Simon Lissaman.
In this game you will play using exactly one button. Just one. If you want you can play it using lots of buttons, but there's not much point because they all do exactly the same thing."; 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 = ''; } }