var fDesc=new Array(); fDesc[0] = "War of Angels is gamigo´s new free-to-play 3D online role-playing game (MMORPG). There are no monthly subscription fees and no purchase is necessary to play. Register now and explore an exciting new fantasy world with a unique look.

Fight not just on land but also underwater and, unlike in any other MMORPG, also in the air. Join up with other players to explore massive dungeons, become leader of your own guild and conquer the guild city. Build your own economy and rule your own town! Whether you're looking for PvP or PvE - War of Angels has it all!"; 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 = ''; } }