var fDesc=new Array(); fDesc[0] = "VICTORIA focuses on six different aspects of governing a nation—all interconnected to provide in-depth game play that is still easily manageable. You direct your nation in the fields of Diplomacy, Warfare, Economy & Industrialization, Colonization, Technological Research and Politics.

VICTORIA is all about recreating world history according to your wishes. While the game strives to simulate the unique conditions and prerequisites of the time period as closely as possible, it leave all the decision-making to you, the player."; 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 = ''; } }