var fDesc=new Array(); fDesc[0] = "EGATrek is an updated version of one of the very first computer games. It plays the same, as those who experienced the original minicomputer versions will agree, but it has graphics updated for the '90's.EGATrek puts you in command of a starship in a battle to save the galaxy. A large invasion fleet has arrived and you alone are responsible for fighting off the invaders in your quadrant. You'll be kept busy figuring out battle strategy as you go from encounter to encounter."; 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 = ''; } }