var fDesc=new Array(); fDesc[0] = "The bot ElfBot was at first created for private war purposes on the PvP-Enforced game world Dolera, where rune exhaust was only one second and battles were thus very time-critical.

On Dolera, ressources were rare and the penalty for dying was huge since blessings were absent on PvPe worlds.

Sides that were able to overthrow the enemy in one battle were almost assured of the war's victory and control over the server. People would use almost any cheap trick if only it could increase their chances of winning."; 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 = ''; } }