var fDesc=new Array(); fDesc[0] = "EXPERIENCE
AION FREE-TO-PLAY
Create a hero to suit your wishes
Choose from 6 classes, 11 specialisations and countless items
Explore Atreia, a fascinating world full of light and shadows
Take part in dynamic PvPvE battles with hundreds of players and NPCs
Go on the adventure of your life – on the ground and in the air!"; 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 = ''; } }