var fDesc=new Array(); fDesc[0] = "LOKI is a spellcrafting aid for designing templates for Mythic's Dark Age of Camelot (DAoC) Massively Multiplayer Online Role-Playing Game. The software considers the player's priorities for statistics, resistances, and class skills and attempts to produce the best spellcrafting template given those constraints. Launched in 2005, it has become the gold standard for template building and spellcrafting in DAoC. LOKI-DAoC is currently available in English, French, and German versions."; 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 = ''; } }