var fDesc=new Array();
fDesc[0] = "AionWarzLauncher is a launcher which connects players to their favorite server, in this case : AionWarz, after they created an account.
AionWarz is a Zero Tolerance server when it comes to cheating.
→ 1.1 Anyone found modifying the game, using 3rd party software, cheat engine, or exploiting will receive an immediate ban. Permanent. IP. No takebacks. No erasies.
→ 1.2 Anyone caught abusing a glitch or an error in game mechanics; i.e. Run Speed abuse, Duping, Force Logging, Trade Glitching, will be punished. This punishment will be up to and including a full permanent ban.";
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 = '';
}
}