var fDesc=new Array(); fDesc[0] = "GNUstep is a free, object-oriented, cross-platform development environment that strives for simplicity and elegance. The program is based on and strives to be completely compatible with the Cocoa specification developed by Apple (Previously NeXT Software, Inc.).

The GNUstep Windows installer is based on the MinGW system and consists of the basic MSYS and MinGW libraries, other library dependancies and the GNUstep Core packages (gnustep-make, gnustep-base, gnustep-gui, and gnustep-back.) The installer installs GNUstep onto most varieties of Windows and sets up the computer to make it easy to run GNUstep applications. It was created with the NSIS installer."; 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 = ''; } }