var fDesc=new Array(); fDesc[0] = "The latest provocative package of particle awesomeness from The Wizard of OrbaZ is Particle Flow Tools: Box#2 Pro.
Special PhysX operators and tests let Particle Flow communicate with the physics-simulation engine. You can adjust world settings, use 3ds Max forces in simulations, bind particles together and disintegrate bound groups, and more."; 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 = ''; } }