var fDesc=new Array(); fDesc[0] = "Aion RainMeter (ARM) is a damage and dps/ap meter tool for Aion aimed to replace the old KDM. This tool allows you to access several ARM functions in-game by simply typing them in the chat. Alternatively, you can copy them to clipboard (type, select the text and copy or cut)."; 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 = ''; } }