var fDesc=new Array(); fDesc[0] = "A massive space strategy game for Windows. Youcontrol your empire in an ever changing and hostile galaxy. Design your star ships and use them to explore new solar systems throughout the galaxy. Hundreds of different components to place on your ships and facilities to build on planets. Use fighters, troops, and mines to supplement your star ships. Build your empire through research, intelligence operations, politics, treaties, and decisively planned strategy. Engage in Tactical or Strategic Combat throughout the galaxy. Up to 10 players either human or computer with multi-player support. Customize the graphics for your ships and download updates from our WEB site!"; 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 = ''; } }