var fDesc=new Array(); fDesc[0] = "Grand Fantasia is a free-to-play massively multiplayer online role-playing game (MMORPG) set in an expansive and carefully crafted fantasy world. Grand Fantasia offers players a variety of innovative and engaging features, including: character and sprite customization, a branching class system, sprite crafting, an incredible menagerie of mounts, player-versus-player (PvP) combat, team-based battlefields, challenging dungeons, epic region and world bosses, a player statue feature, in-game bulletin boards, auction houses, a player romance system, robust guild management and communication tools, and a host of quests (solo, party, and guild) that will entertain gamers of all play styles."; 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 = ''; } }