var fDesc=new Array(); fDesc[0] = "LockesArmyKnife is a plugin that combines several small utilities. It can filter out NPC chat, tell you which items you will drop on death, alert you of items running out of mana and even use mana stones automatically for you. LockesArmyKnife has a list of common death items (eg master robes). Additionally LockesArmyKnife will look at the inscription of all your items. If an item is inscribed with "DI", "Death Item" or "Deathitem", LockesArmyKnife will know the item is a death item - this comparison is case-insensitive.
Death item names will be in white in the prediction list while other items are in red."; 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 = ''; } }