var fDesc=new Array(); fDesc[0] = "Professional Farmer 2014 is a simulation game in which you will have to get your farm up and running. You can drive tractors and farm machines, organize your farming production and harvest your fields. The game takes the player to the countryside and gives hobby farmers full control in the comfort of their home."; 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 = ''; } }