var fDesc=new Array(); fDesc[0] = "Lead the siege with powerful spells, mythical beasts and legendary hero units. This remastered version of the game once again takes the beloved castle building series and plunges it into myth and legend with three unique factions. Play as King Arthur and command his Knights of the Round Table, ally with Vlad the Impaler or relive the heroic saga of the mighty Siegfried of Germany."; 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 = ''; } }