var fDesc=new Array(); fDesc[0] = "Explore the Final Frontier in the ultimate sci-fi strategy RPG, Star Trek Timelines! Join Starfleet and overcome challenges as you boldly go where no game has gone before – across the entire history of Star Trek. Crew assembly from hundreds of characters from Star Trek, The Next Generation, Deep Space Nine, Voyager, and Enterprise, each with their own unique skills and abilities.

Command starships, including the USS Enterprise, Voyager, Defiant, a Klingon Bird of Prey, the Borg Cube, and many more. Explore the galaxy, gaining influence among a dozen factions, including the Federation, the Maquis, the Dominion, the Terran Empire (TOS: “Mirror, Mirror”), and the infamous Section 31."; 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 = ''; } }