var fDesc=new Array(); fDesc[0] = "Many centuries have passed since the demise of Atlantis, but the knowledge of this great civilization has been passed down to descendants, who protected it heavily! Every member of the Union of the Nine must guard one of the nine sacred books containing scientific knowledge, discoveries and facts that are forbidden to humankind. The Union has been waiting patiently for the time when humanity will be ready for this information. When one of the nine dies, someone worthy must assume his place.
Pass a set of quests to become the Keeper of a secret book that contains knowledge forbidden from mankind! "; 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 = ''; } }