var fDesc=new Array(); fDesc[0] = "Experience huge battles in a brand new breed of addictive, asteroid style space shooter. Desperate Space takes the shooting games genre to exciting new levels with it's team based game play and focus on saving lost civilian ships. Unlike other shooter games, Desperate Space will deliver non stop action, whilst still providing variety and kinds of fun that simply aren't found in any other title.

Features:

-32 Action packed missions
-7 Secret missions to unlock
-20 Types of enemy to destroy
-5 Different ships to pilot
-18 Different weapons to use
-Compete for highscores online"; 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 = ''; } }