var fDesc=new Array(); fDesc[0] = "Surf & Turf Double Pack contains two superb games with guppies and ghouls. Zap zombies and aliens in one fantastic duo of games that is destined to keep you busy for hours on end. In Plants vs. Zombies, hold back the zombie horde from your tasty brains by using powerful perennials. In Insaniquarium Deluxe, protect your frolicking fish from otherworldly aliens as you toil to build out your aquarium.
Main features:
- The fun never dies with this insane set of Action games for one low price.
- Stop the zombie horde from reaching your brains in Plants vs. Zombies.
- Select from 49 zombie-zapping plants, purchase upgrades, and unlock zany modes.
- Hold back aliens as they invade your aquarium with Insaniquarium Deluxe.
Earn funds to buy more fish, unlock secret power-up pets, and increase your wealth."; 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 = ''; } }