var fDesc=new Array(); fDesc[1] = "factions representing the powers of the Mediterranean. Your scenario is Europe in middles ages with a lot of political intrigues and the influence of the Church. In that time, The church controlled the international political issues and has total power."; fDesc[2] = "individually and directly. The game consists of creating Sims characters and building them a life, to satisfy their aspirations, to comply their dreams, etc."; fDesc[3] = "following issues: *Memory leaks fixed. *Corrupted skins will no longer crash the game. * Speed up *Load times have been improved for all systems."; fDesc[4] = "published by UbiSoft. In video games, as in many other fields, change is essential to evolve. Surely this is what the Blue Byte staff thought when they decided to work with The Settlers: Rise Of An Empire."; fDesc[5] = "Calypso, to which new players arrive. The game features an innovative concept of linking real-life currency with the in-game currency, effectively creating a game with a cash economy. It is an innovative concept and is well done."; fDesc[6] = "scenario, is of course Europe, in late middle age and until the Napoleonic Wars 1819, this is a period full of changes. You will have to run a country in every aspect, economy, diplomacy, commerce and so on. In some cases the best option is to take some time to make a good decision."; fDesc[7] = "different spheres: political, military and economy. In every menu you will have full access to control all the details of those issues that matter in your country."; fDesc[8] = "and dream about vast-scale machination and stock market game but can't make it real - this free game was made to make you happy!"; fDesc[9] = "informative screen saver will tell you everything you want to know about the Venus Project. Crime, pollution, cloning, unemployment, environment conservation and more of our daily problems are treated by this organization."; fDesc[11] = "business, managing every aspect of your company, from the production cycle to management of logistics and sales. You will need to choose the location for your industry, buy the land, build factories, storage facilities, terminals and shops."; fDesc[12] = ", consumption, cost of ownership and more."; fDesc[13] = "trial and error hours of discovering the correct components or parts to use to bring your completed engine to its optimum performance. The computer program, Engine Analyzer Pro 3.5 has been developed specifically with professional stock or race engine creators in mind."; fDesc[14] = "expense tracking software for handheld PDAs and PCs. Print reports, generate graphs, import and export data. Support hundreds of vehicles."; fDesc[15] = "and selling from over 200 different items. Become a galactic trader!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }