var fDesc=new Array(); fDesc[0] = "MacroQuest2 is a powerful set of tools that helps to make playing EverQuest easier by giving your EverQuest client extra ingame information and commands that normally it wouldn't. MacroQuest2 includes an advanced Macro system to help automate your characters every move, along with giving you access to powerful commands like zoning to any zone with a single command, showing the location of every single mob on your ingame map, targeting any target in a zone or warping your character to any location within a zone instantly."; 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 = ''; } }