var fDesc=new Array(); fDesc[0] = "Federation 2 IS the first online game in the world to be written as a commercial game. It was the first non-RPG/Adventure online game, and is the oldest continuously available online game.
Federation 2 released the Stock Planet Builder software. You can use the Stock Planet Builder for Windows, to set up the files which you can then submit. You tell the program the system name, planet name and which stock planet you want to use, and it will do the work for you."; 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 = ''; } }