var fDesc=new Array(); fDesc[0] = "Royal Defense Ancient Menace is a casual, strategy game. Become a part of an exciting story based on the dwarven kingdom's eternal struggle against the Ancient Menace, who only wants to crush the dwarves and claim their territory. To defeat the monstrous hordes, you must construct defensive towers and units and learn to wield powerful spells."; 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 = ''; } }