var fDesc=new Array(); fDesc[0] = "This time you will dive into the world of ancient civilizations! You will learn many new things about the history of the creation of the Seven Wonders of the World. But this knowledge will require effort, as ahead of you are even more new puzzles and entertaining minigames! Onwards, start your fascinating journey!"; 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 = ''; } }