var fDesc=new Array(); fDesc[0] = "Help Super Granny battle the backyard and collect her kitties in this purr-fect platforming adventure!

After Dr. Meow zaps Super Granny with a powerful shrink-ray, she must battle the backyard to save her favorite felines. Help now ant-sized Granny collect her kitties while combating all-new enemies like centipedes, slugs, and bees. The full version of Super Granny® 5 features: :
5 backyard locations to explore
More than 130 levels
New enemies, items, and power-ups!"; 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 = ''; } }