var fDesc=new Array(); fDesc[0] = "Meet Sunny, a tiny fish in a giant ocean. In Fish Food!, it's your job to aid Sunny in his quest to survive the treacherous waters, stop the big fish from eating him, and grow big and strong on tadpole treats. Can you complete all levels, defeat the Shark King, and find the lost treasure? With 4 breathtaking worlds, 60+ levels and an original story line with alternate endings, you'll at least have a boatload of fun finding out!"; 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 = ''; } }