var fDesc=new Array(); fDesc[0] = "Zy-El is a mod created to make playing Diablo II much interesting. The title came from the name of an Assassin character. It gives the player who plays the original game some extra-action and and increases the difficulty. If you are a real fan of the Diablo II, you must have this mod."; 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 = ''; } }