var fDesc=new Array(); fDesc[0] = "The Babylon 5 mod is a total conversion for X3; turning it into the Babylon 5 universe.
The mod will have the ability to play various races and chart out your own career path as a member of the EA, Centauri or play freelance around the Babylon 5 universe. Every system that you've heard of within B5 is within the mod including some very big Hyperspace areas for you to get lost in, or perhaps find something unusual."; 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 = ''; } }