var fDesc=new Array(); fDesc[0] = "The Hell is an addon modification of Hellfire (the only official add-on for Diablo).
The hallmark of The Hell is an unbelievably serious approach to development. First and foremost, it is concentrated on getting rid of all the initial bugs of Diablo (duping, friendly fire, shared experience, etc.).It also raises challenge considerably, gives much more variety (monsters, items, spells, boss monsters, unique items, item-, monster & environment colors), improves overall difficulty balance of the game, improves, expands and adds new monster AI, introduces new character animations, increases replay value and gives full support for Multiplayer experience."; 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 = ''; } }