var fDesc=new Array(); fDesc[0] = "Fiona enters 'The Finest Flowers' garden beauty contest and needs your help to win it!

Plant flowers in beautiful gardens in various locations.
Cross flowers to discover 50 beautiful new species throughout the contest.
Sell flowers and buy beehives, grapevines, berry bushes and apricot trees.

Process your harvest using machines like fruit dryers, jam boilers, juice makers, ovens, flower wrapping machines and perfume makers.
Plenty of helpful tools and upgrades are available as well!

Optionally accept orders and deliver goods before the timer expires, for fast income.
Use Fiona's special skills to make growing flowers, selling goods and completing orders a breeze.

After you complete 'Fiona's Story' by winning the contest, you can go on playing in 'Free Gardening' mode.
Play 'Fiona's Story' and 'Free Gardening' to win every trophy."; 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 = ''; } }