var fDesc=new Array(); fDesc[0] = "Scarlett is back in an all-new Farm Frenzy adventure that's out of this world! Having restored farms and fed people all over the world, the plucky heroine of Farm Frenzy 3 thinks she's done it all. But when she learns astronauts are starving because their corrupt boss made a crooked deal with a no-good contractor, she sets her sights higher than ever, vowing to prove herself worthy of taking over the account and feeding the hard-working space walkers three squares a day. To succeed, she'll need to use new buildings, products and friends as she grows crops, feeds animals, collects produce and manufactures goods. Don't miss this exciting new chapter in the award-winning and astronomically fun Farm Frenzy series!"; 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 = ''; } }