var fDesc=new Array(); fDesc[0] = "The farm needs you help so you must take care of the animals, grow crops, therefore cultivate various vegetables and fruits, do what makes a true farmer. You can also buy stuff from the farm shop. With 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."; 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 = ''; } }