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. This easy-to-use new software integrates with the Particle Flow system to let you create sophisticated, realistic physics simulations. Taking advantage of the powerful PhysX™ simulation engine from NVIDIA® (included free, works with and without PhysX-enabled hardware), Box#2 Pro provides operators and tests to replicate real-world effects such as natural and man-made forces, binding particles together and then breaking the bonds, collisions between particles and with other objects, 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 = ''; } }