var fDesc=new Array(); fDesc[0] = "Unknown Enemy is a fan made add-on for Wing Commander: Secret Ops. It involves a new plot, carrier and crew, as well as tons of new graphics, animations, voiceovers, and other extras. UE is set in the Border Worlds around the time of Wing Commander: Prophecy.
Over the years, the creation of Unknown Enemy had resulted in several breakthroughs with the Vision engine such as adding new capships. UE is also making use of other improvements to the engine, such as the hi-res and FMV patches, to bring you the best possible experience."; 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 = ''; } }