var fDesc=new Array(); fDesc[0] = "Path of Exile is an online Action RPG set in the dark fantasy world of Wraeclast. It is designed around a strong barter-based online item economy, deep character customisation, competitive PvP and ladder races. The game is completely free and will never be "pay to win". Action RPGs have always been about two things: devastating skills and valuable items. Skills in Path of Exile are items - gems that grant abilities when socketed into equipment. A wide range of support gems allow the behaviour of skills to be modified. You can augment your Fireball to chain from enemy to enemy or split into multiple flaming projectiles. Up to five support gems can affect a skill at any time. Because gems level up independently and some are hard to find, they can be very valuable in trade."; 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 = ''; } }