var fDesc=new Array(); fDesc[0] = "Napoleonic Era features a great deal of new gameplay elements, includes ten completely new civilizations, the Italians, Prussians, Austrians, Americans, Swedes, Poles, Inca, Persians, Swiss and Napoleon's Grande Armée. All of the new civilizations and most of the existing ones get many new unique units, in addition to several new standard units. All these new units have had amazing care put into them to make them as distinctive, realistic and interesting as possible."; 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 = ''; } }