var fDesc=new Array(); fDesc[0] = "AgentZ is a general chat handling, xp tracking and HUD plugin with several additional features. It can filter chat, change the color of a chat line, and add sound alerts for recieving chat, as well as doing command aliases and add information to chat output. It tracks your experience statistics and displays that and other information to a HUD. It also includes a clock HUD and a item HUD, a target HUD, and a status HUD. It also has several other features to make playing easier and more enjoyable, including auto mana stone use, auto bonus gem use, and auto beer use."; 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 = ''; } }