var fDesc=new Array(); fDesc[0] = "GameHouse Insaniquarium Deluxe is a game where you have to explore a captivating underwater world in this insane action-puzzle adventure from the creators of BookWorm and Zuma.
You have to feed your fish and watch your aquarium, and wealth, grow. Then, use your funds to buy more fish, unlock secret pets, and upgrade your tank. But, watch out! Seafood-loving aliens have their eyes on your school and it's up to you to keep them safe."; 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 = ''; } }