var fDesc=new Array(); fDesc[0] = "Farm Expert 2016 takes the player to the countryside and gives hobby farmers full control in the comfort of their home. Farm management, cultivating fields, planting crops, animal ranching as well as buying and selling your own products and new equipment are just a few of the game elements this state-of-the-art farm simulator offers."; 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 = ''; } }