var fDesc=new Array(); fDesc[0] = "The launcher was updated to contain the latest Bin Patch. Grab the launcher and extract into your Aion directory. Run Launcher.exe to begin the connection process. As long as your client is opn 1.9.0.1 then you will connect without issue. New Advanced Character Information! See exact stats of your character, your equipped items, your skills and your quests. New Advanced Monster Information! See exact details about the monsters you will be fighting on this server. All monster stats are direct information from the game your playing."; 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 = ''; } }