var fDesc=new Array(); fDesc[0] = "Napoleonic Era expands the original game with new civilizations, units, buildings, random maps, natives and gameplay features. The mod's theme peaks in the year of 1815 which marks the end of the Napoleonic Era and Wars which count to the most influential military events during the time period of Age of Empires III."; 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 = ''; } }