var fDesc=new Array(); fDesc[0] = "Players in Heroes of Newerth control a single character in a 3/4 perspective, fantasy-based world. HoN focuses on hero control and development, and removes the trouble of common RTS games such as base management, resource collection and army building. Currently there are a total of sixty heroes consisting of thirty for each faction, the Legion and the Hellbourne. Most of the heroes now are based on the popular game Defense of the Ancients. More heroes will be available in upcoming patches."; 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 = ''; } }