var fDesc=new Array(); fDesc[0] = "The game itself is about the (North American Aerospace Defense Command) and the W.O.P.R. (War Operations Plan Response).
The N.O.R.A.D. represents the human side of the game which must protect humanity from total annilhilation by the W.O.P.R.
The W.O.P.R. side is a race controlled by a big super computer and their weapons are state of the art hightech weaponry.
The W.O.P.R. mainframe wants to prevent war in the world by eliminating humanity and only the N.O.R.A.D. is capable of stopping the W.O.P.R. advance."; 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 = ''; } }