var fDesc=new Array(); fDesc[0] = "estARteco is a game that will help you to appreciate the value of ecosystems and their complex balance. The game is divided in 4 levels of increasing difficulty. In each one you will have to balance ecological health and those factors that form the environment, bearing in mind the social and economic impact that your actions may cause."; 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 = ''; } }