var fDesc=new Array(); fDesc[0] = "Welcome to the wonderful world of Sprouts! Sprouts are adorable creatures that have fallen upon desperate times. They need your help to thrive in their once great land!

Only a few Sprouts remain and they are summoning 'The Great One' to help them in this time of need! Use your powers to guide them in returning to their once peaceful and prosperous existence.

Fulfill wishes, help them invent wonderful toys to play with and assist them in rebuilding their amazing land! The happier you can keep your Sprouts, the more productive their community will be! Become the deity you always dreamed you could be in Sprouts Adventure!"; 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 = ''; } }