var fDesc=new Array(); fDesc[0] = "Farmville is the most popular flash game for its creative features and great in game design. Farms start off as small plots of land ready for you to sink your first plow tool into it.

Users play and expand their farms to great sizes to the point when harvesting and plowing become quite a task. For this reason, Farm Helper was created.

With a single click, Farm Helper can harvest, plow, or plant your crops. It even has the ability to harvest your animals and trees with no complicated coordinate input on your part.

If that isn't enough there is a built in feature that allows you to trade your coins for experience, allowing you to level higher than your friends without doing any work."; 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 = ''; } }