var fDesc=new Array(); fDesc[0] = "Join GAMBIT Game Lab's big purple monster as he battles to redeem his 3D world from 2D flatness!

Main Features:


- Battle through 3 major environments as farmers, robots and aliens attempt to swarm and capture you.
- Activate Power-ups and Abilities by crashing puzzle combos.
- Save your friends trapped inside the 2D buildings.
- Beware of the chickens! (and grannies)"; 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 = ''; } }