var fDesc=new Array(); fDesc[0] = "Introversion Software presents its third title, DEFCON, a stunning online multiplayer simulation of global thermonuclear war.

You play the role of a military Commander hidden deep within an Underground bunker. Your mission - to successfully exterminate your enemy's civilian population whilst disabling their ability to attack your own. Start by launching your battleships, subs and bombers in order to decimate your opponent's defences. Scramble together your alliances but remember only one can stand victorious."; 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 = ''; } }