var fDesc=new Array(); fDesc[0] = "My Exotic Farm is a 3D farm simulation with 5 categories of animals that produce eggs, meat and milk. To expand and develop your farm, you have to build new elements: fences, berry bush, drinking trough, etc. Buy new animals at the Great Market! Take on the challenge and build the richest and most beautiful farm in the country!"; 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 = ''; } }