var fDesc=new Array(); fDesc[0] = "The twisted Mon Saanti Empire has unleashed its destructive force in a merciless invasion of other systems. Subverting formerly peaceful species and bio-engineering them into formidable enemies, the Mon Saanti forces have brought the entire Galaxy to the brink of chaos.

As commander of the IXS Prototype Fighter Craft, you are the best hope to restore order to the Galaxy. You will need to confront wave after wave of bizarre and powerful foes in your attempt to stop the alien menace."; 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 = ''; } }