var fDesc=new Array(); fDesc[0] = "Empires are controlled from three main views: the Campaign Map shows the entire game world, including mountains, forests, coastlines, oceans, rivers, cites, and armies. The City Map gives players an overview of the structure and role of a city within the empire, and provides a basis for economic decisions. The Battle Map is to be used when diplomacy has run its course or when a city is being attacked, resulting in turn-based combat. The game is graphically rich with fast paced addictive gameplay. It is ideal for newcomers to the turn based strategy game genre."; 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 = ''; } }