var fDesc=new Array(); fDesc[0] = "Royal Defense: Invisible Threat is a strategy game in which you become a part of an exciting story based on the dwarven kingdom's eternal struggle against the troll hordes, who want only to crush the dwarves and claim their territory. You'll have to defeat these monstrous hordes and you must construct defensive towers and units."; 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 = ''; } }