var fDesc=new Array(); fDesc[0] = "Five years had passed since the Alien Wars, and mankind was slowly beginning to recover. Nevertheless, civilization was still in turmoil. The extreme concentration of people and goods in the few areas that escaped devastation during the fighting had turned the cities into hotbeds of crime.
Take control of one of four unique characters and gun everything in sight! Collect up to four new weapons and a bomb and figure out the right weapon for the right situation. Choose your path wisely as there are five different endings."; 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 = ''; } }