var fDesc=new Array(); fDesc[0] = "In Dream Farm, you can not only leave your farm, you can go to town and meet up with thousands of players from around the world! Dream Farm is the first casual farming game to allow you to settle down in a new city, chat with your friends, work with other players to complete tasks and even get elected mayor of your own virtual town"; 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 = ''; } }