var fDesc=new Array(); fDesc[0] = "From a small village to a flourishing elven realm or an impressive human metropolis: In Elvenar you start your journey either as human or elf in a long-forgotten fantasy world. Your task as the ruler of the town is to help your people prosper. Gather resources to upgrade and expand your city buildings. Explore the world map for powerful relics and collect rare materials to advance your technologies."; 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 = ''; } }