var fDesc=new Array(); fDesc[0] = "GLBasic is an easy to learn, fast to write, and flexible language for programming. It helps create apps for non-commercial 2D programs running on Windows, Linux and Mac OSX.

Features:
- Extraordinarily easy programming language
- Mixing Strings and Numbers
- Dynamic Arrays, fast
- Native support for compressed Data Archives (Sound, Graphics and Data all in one encrypted file)
- User-defined Types
- Arrays of Types within Types
- Arrays as Parameters
- Path Finding Algorithm, in a single command
- Extendable as you require through inline C/C
- 3D OpenGL graphics
- Fast 2D graphics
- Network programming
- Multiplatform compiler for BASIC
- Integrated Development Environment (IDE)"; 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 = ''; } }