var fDesc=new Array(); fDesc[0] = "WOI Destruction is a free-to-play action MMORPG that boasts battles of epic scale and engrossing PvP with territory and resource control. The legions of Ragnarok have returned to Atlantis. In the aftermath of a great battle, with doom still hanging over the once sunken city, players must take up arms and fight, for within Atlantis lies the key to saving, or dominating, the entire world."; 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 = ''; } }