var fDesc=new Array(); fDesc[0] = "GamParse is a powerful and feature-rich log file parser for EverQuest used by many of the top raiding guilds, as well as many individuals who want to improve their performance.

GamParse will allow you to track many aspects of your playstyle, and that of those in your fellow players. The interface is split into many sections detailed below, followed by details of the calcuations and actions handled behind the scene"; 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 = ''; } }