var fDesc=new Array(); fDesc[0] = "IConquerU is a free fantasy massively multiplayer role-playing game (MMORPG). Take the role of a valorous adventurer and explore a mysterious world filled with magic and bravery! Meet up with people from all over the world to live through a whole new game experience!

Main features:

-Kingdoms
Players can team up in Kingdoms. Join your friends in a powerful IConquerU Kingdom and conquer the vast World!

-Hero development
Hero skills are practically unlimited and can be totally customized. Your Hero will be genuine.

-Special items
Thousands of Special Items are waiting for you! They can be mixed to build up new powerful and genuine Items.

-Champion developments
Customize your own units to fit your tactic needs. From terrorific dragons to brave warriors.

-Unlimited crafting
So you need a rope to investigate a misterious place under the ground or over a tree. No problem, find some vines or plants to craft you own rope. Almost all the environment is interactive and you can combine items to create new ones.

-Immersive environment
All you acts will have consecuences in this World. Fires, corpses ... All will remain to remind other Heros that you were here!. Rain, fires and other weather phenomenons will help you to get totally immersed.

-Build Fortress
Conquer, build up and defend you empire from fierce enemies. Build your own empire at your own taste. Hire Generals or Captains (Real players!) to help you to defend the empire and multiple Fortress of your domain."; 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 = ''; } }