var fDesc=new Array(); fDesc[0] = "Admittedly, The City Beneath is a very difficult game, but it's also a tremendously rewarding experience. You begin as a rather ugly man named "Beethro" who travels deep beneath the ground. There are other people down there too, citizens of a mysterious "Rooted Empire", that are carving tunnels and building things. Beethro just wants to know why, but it's hard to get a useful answer. He was always fond of saying "there is no problem that can't be solved with a really big sword," but upon arriving at the underground capital, Beethro is startled to find that nobody seems interested in attacking him. No, for some reason, they would rather persuade him to stand in a very long line."; 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 = ''; } }