var fDesc=new Array(); fDesc[0] = "Make a journey to distant Arabian lands renowned for brave warriors and fearsome weaponry in Stronghold Crusader HD. The highly anticipated sequel to the best-selling Stronghold, Crusader throws you into historic battles from the Crusades with fiendish AI opponents, new units, 4 historical campaigns and over 100 unique skirmish missions."; 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 = ''; } }