var fDesc=new Array(); fDesc[0] = "Farm Frenzy and Crazy Bear Island is a farming game in which you need to collect, produce, sell and work against the clock to prove that you are the best Farmer in town. You can collect products, create new goods, enhance factories and vehicles and develop trade to keep your farm up and running."; 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 = ''; } }