var fDesc=new Array(); fDesc[0] = "Heroes of Alsamah is a total conversion mod map that converts Lord of the rings style from RTS to RPG , its like heroes defense with the ability to buy upgrades and recipes and defending 4 towers and main base. it adds more than 20 heroes each with their unique ability's , and a completely new spell book , added also a tunnel system that makes teleporting across the map easier."; 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 = ''; } }