var fDesc=new Array(); fDesc[0] = "Pokemon: Den of Ages is a Pokemon MMORPG (massivly multiplayer online role-playing game) designed to simulate competative Pokemon. On PDoA you are able to catch, train, and trade Pokemon with hundreds of other trainers in real time! You are also able to battle with other trainers in Player vs. Player combat, fish for Pokemon, trade Pokemon with others, level up trainer skills to make money for yourself, make money off of items you find or create by opening up a shop, and participate in tournaments to get yourself recognized in our virtual world of Pokemon! So, why wait?"; 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 = ''; } }