var fDesc=new Array(); fDesc[0] = "Battlecruiser Millennium Gold contains the full Battlecruiser Millennium product plus all fixes, numerous improvements and upgrades as well as new unique features and enhancements.
Battlecruiser is a space flight sim that uses advanced technologies in the areas of artificial intelligence and accelerated 3Dfx graphics and that adds enhanced gameplay to provide you with total immersion. This is an advanced simulation with unmatched replay value.
Command and control a military Battlecruiser, complete with manual flight control of four fighters, four shuttlecraft, and four all-terrain vehicles in space and over gorgeous planetary landscapes. Assign orders to over 150 ship personnel, including officers, engineers, medics, marines, and fighter pilots. Mine planets and moons. Attack space and planetary targets using fighters, all-terrain vehicles, or marines. Deploy or extract personnel and items from space or planets. Orchestrate invasions in any part of a huge game galaxy, including strikes against space-borne star stations. Order your ships and personnel using a variety of commands, such as search and destroy, strike, escort, defend, and many more. Use transporters to beam personnel to and from surface strike zones. Attack surface assets from space using devastating orbit-to-surface weaponry. Launch probes to remote regions to gather intelligence and stage your attacks. Trade hundreds of items with dozens of stations and bases."; 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 = ''; } }