var fDesc=new Array(); fDesc[0] = "Invade Earth is based on the popular game Risk 2210 A.D. by Avalon Hill. Features of the game include the following:

- Multiple rule sets and maps, including Invade Earth A.D. 2210, Classic, Secret Mission, and Pantheon (our version of Risk: Godstorm)
- Several expansions with new rules to play by
- Play against the built-in computer opponents
- Play against your friends, either at home or across the Internet
- Create your own custom maps
- Set custom rule values to alter gameplay"; 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 = ''; } }