var fDesc=new Array(); fDesc[0] = "Your patrol cruiser received mayday signal from a research base on a suburban planet "Rydon 7". The dropship directed to investigate the situation was hit and damaged, and you are the only survivor. Do you dare to go out of the ship and see what's outside?

Cut your way through locations filled with mutants in your attempt of getting replacement units for your dropship and discovering the source of the evil raging all over the planet."; 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 = ''; } }