var fDesc=new Array(); fDesc[0] = "Your Matherplanet is suffered from invaders - extraterrestrials. Enemy aircrafts bomb the Earth. You are the last hope of the terrestrials. The best starship is prepared and well equipped. Don't lose the time, good luck! Your mission is rather complex. The number of ETs is great, they are very dangerous and aggressive but the most perilous are their bosses. Their aircrafts attack you each 20th level, in case you manage to reach it. All your skill and deftness are necessary for you in this intergalactic war. To rule your starship you can use a keyboard as well as a mouse as well as a joystick (great experience!). Don't forget to fill up using special fuel stations."; 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 = ''; } }