var fDesc=new Array(); fDesc[0] = "TurboRisk plays the classic "World Domination Risk" game, where you are battling to conquer the world.

Main features include:

- Support for both human or artificial intelligence players, up to ten per game.
- Customizable rules.
- Smart and customizable interface that speeds up cards playing, attacks and troops movements.
- Large selection of AI players, each one with its own "personality".
- Context sensitive help.
- Statistics window that shows counters for territories and armies.
- Optional log window to track the game.
- Windows 7 and Vista theme support.
- Large selection of maps.
- Companion program to create your own custom maps.
- History of the played games and ranking of the players.
- "Quick setup" feature to save the entire configuration of the players.
- Menu option to download news and updates from the TurboRisk homepage.
- Full featured companion IDE to edit, compile and test your own artificial intelligence players, and a simulation environment to test them."; 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 = ''; } }