var fDesc=new Array(); fDesc[0] = "UnRealScape is a private server for "RuneScape," a massively multiplayer online role-playing game. UnRealScape offers players the opportunity to level up much faster than in regular "RuneScape" servers. The same landscape applies for both realms of UnRealScape: the cheater's, where cheat codes are allowed, and the expert's, where cheat codes are not. Dragons live in the volcano in UnRealScape. You can get dragon items such as claws, fangs and scales from killing them. It should take five minutes to get to the dragons."; 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 = ''; } }