var fDesc=new Array(); fDesc[0] = "A patched version of Eastern Sun , which fixes many bugs including D2 crash, improves the game balance and adds new features.
In R6, chacaters have more skill points. You can convert old characters by the character utility installed in Start Menu. A smart launcher which runs ES on LoD 1.10, 1.11 and 1.11b, and launches 2 instances of ES correctly."; 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 = ''; } }