var fDesc=new Array(); fDesc[0] = "A great arcade action simulation. In this game you will feel the experience to work and run a farm, it is great how this game challenge your ability to care about vegetables and animals. You must subscribe to play this game. The main objective is to raise vegetables and animals to sold their products and sustain your farm working. You can select to play arcade story or a casual game. The main screen allows you to play to set options, to check help and learn how to play, check scores and to exit the game. You can set options like music, sound, full screen and to show you hints. To play is very simple, all you need to use is your mouse, move your mouse over your objective and press left button to select. Rules of the game are very easy but very fast and challenging, the game will show you how to select and understand the need of your farm. You must grow vegetables, milk the cows and goats, shear the sheep, raise a goose and sell produce to the mill and the bakery. The clock will show you how much time left you have to reach each level objective, the pig will clear your hands from useless things. Take care of the rabbits and crows they eat vegetables."; 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 = ''; } }