var fDesc=new Array(); fDesc[0] = "What happens when a little girl named Abbie sets out to save the world's last flowers? The harsh world has many obstacles against her! Abbie must overcome many logic puzzles in order to save the world's last flowers. She must use her wits and logic to avoid the water gushing fire hydrants by using several tools available to her. When the game starts, Abbie is found inside a playing field with a combination of fire hydrants, lawn mowers, wrenches, weeds, walls, and flowers. Abbie's goal is to collect all of the flowers in each playing field. She can accomplish this by pushing walls, lawn mowers, and wrenches to block the fire hydrants' spray; She can push a lawn mower into weeds to clear the path; She can push a wrench into fire hydrants to turn them off. Abbie can only push one object at a"; 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 = ''; } }