var fDesc=new Array(); fDesc[0] = "Farmerama is a free game in which you have to administrate a vast farm. You will have to feed the animals, plant seeds, watch them grow and collect what you have harvested, buy buildings to raise your animals and land to expand your farm business, storage your crops or sell them to earn cash that you can use for other investments."; 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 = ''; } }