var fDesc=new Array(); fDesc[0] = "FS2Open is the engine that is the core of the Source Code Project. This EXE goes in your FreeSpace 2 directory, and should be run with the Launcher in order to use the new FSSCP features. In order to download this application you need: AMD Athlon XP/64/X2, Intel P4/Core 2 Duo, or similar, Windows 98/2000/XP/Vista, Mac OS X 10.4+, or a recent, Linux distro, GeForce 5xxx or Radeon 9xxx or other OpenGL-compatible video card, An OpenAL-compatible sound card, 1 GB RAM, 2 GB recommended, A working FreeSpace 2 install and
OpenAL 1.1"; 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 = ''; } }