var fDesc=new Array(); fDesc[0] = "HoN 2 Dota is a mod for Heroes of Newerth featuring a grand total of 90 DotA heroes. Multiplayer TCP/IP LAN play and offline play against Ai Bots. Most heroes have different names and models compared to DotA but with the same skills/gameplay, so the change is mostly cosmetic. Some heroes are partial remakes because their
DotA skills could not be ported (yet)."; 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 = ''; } }