var fDesc=new Array(); fDesc[0] = "gbAnimator is a fun and addictive program for creating animated 2D models - shapes that fall, walk, run, bounce, and roll. It is also a great way to demonstrate basic physics concepts.

gbAnimator creates models made of masses linked together with springs. You can drop the models and see how they land, bounce, roll or crash! You can even animate your models in a variety of ways, including link animators, roatation nodes, gravity nodes, and wind.

Main Features:

- Easily create models with just a mouse
- Gravity/Friction/Bounce/Speed control
- Control of information/model elements displayed
- Model resizing/centering/rotation
- Automated insertion of common elements
- Online Update
- Animation
- Sprites
- Fixed masses
- Gravity/Rotation nodes
- Wind/Viscosity control
- Automatic session save"; 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 = ''; } }