var fDesc=new Array(); fDesc[0] = "Players can play the role of Mr. Joe, who is a very poor man struggling to meet his daily needs. One day, he dreams about becoming rich and the rest of the interesting events constitute the game play. Player has to play this glorious time-management game to make Mr. Joe, richer and venerated person of the town. Player has to maintain the garden and grow flowers in it. He also has to save the flowers from falling on the ground, from the bees, monkeys and the fairies in order to get rich, sooner. Once the player completes collecting the flowers and honey, he can sell it and make more money."; 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 = ''; } }