var fDesc=new Array(); fDesc[0] = "In this strategy / simulation game created by Elixir Studios, you are invited to play as an evil mastermind who wants to achieve global domination through the construction of the ultimate doomsday device. The game proposes an interesting set of different tasks, including the construction of your base, exciting battles with your enemies (well, in fact, the 'good guys'), as well as the conception and building of incredible doomsday weapons, with the help of your henchmen.
The game itself created an interesting gaming community, you can be well informed of the last news in the game's official site."; 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 = ''; } }