var fDesc=new Array(); fDesc[0] = "You have been enrolled by the Galactic Empire. You have to restore order on some planets that have been occupied by alien invaders. Your pay is good enough: you will get 20 credits every time you successfully complete a mission, plus extra-credits, weapons and equipment taken to defeated spacecraft. Anyway, the greater risk you take, the greater pay you will get. As soon as you get through the game, you will undertake more and more complex missions and you will need fast reflexes and your self-control. Some aspects must not be neglected, in particular you have to properly choose the equipment to be installed on your spacecraft. In the Space Shop many kind of weapons can be bought ( and sold ) by spending the acquired credits. Weapon selection will strongly affect your results. The optimal configuration depends on both the kind of enemies and your abilities and aptitudes."; 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 = ''; } }