var fDesc=new Array(); fDesc[0] = "An unknown force has taken control of the fledgling mining colony in the Mars Jupiter Asteroid Belt. Earth's military cruisers are unable to navigate the confines of the asteroids. As the only mining pilot on the outside, that just leaves you!

You must use all your piloting skill to rescue the miners and find a way to defeat the threat!"; 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 = ''; } }