var fDesc=new Array(); fDesc[0] = "Particle Universe is a complete system to create visually stunning particle systems for Ogre powered video games and video editing.
Create your own amazing effects and make use of the supplied presets and samples. The Particle Universe package includes all documentation that helps you to easily create explosions, smoke, rain, snow, blood squibs, fire and more.

Main Features:
- More than 55 affectors, emitters, observers, handlers and renderers
- Advanced particle behaviour (flocking behaviour, particle collision)
- Start, pause, resume, fade out, stop and play particle systems in slow motion
- Multiple renderers within 1 particle system, which allows rendering of particles with different shapes and materials."; 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 = ''; } }