var fDesc=new Array(); fDesc[0] = "Enjoy two amazing games for one special price, with Zylom Double Packs! Defend your house against hordes of hilarious zombies in the highly anticipated Plants vs. Zombies Deluxe. In Insaniquarium Deluxe you swim through 20 levels and turn your PC into a virtual aquarium. Get this Zylom Double Pack today!Stop the zombie horde from reaching your brains in Plants vs. Zombies.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 = ''; } }