var fDesc=new Array(); fDesc[0] = "The aim of this mod is, first of all, to make battles more of a spectacle, and a bit more ‘visceral.’ This is done through larger units, including larger artillery units, and a larger volume of fire. The second aim of the mod is campaign based, giving both the player and the AI the ability to raise larger and stronger armies almost from the get go. No longer will there be just one or two stacks per major nations during wars. The player and the AI, once the ‘mid-game’ has come, will be playing with multiple stacks, making for more numerous large-scale battles."; 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 = ''; } }