var fDesc=new Array(); fDesc[1] = "for motion graphic designers, animators and visual effects artists. combustion 2 is a powerful, resolution-independent , vector paint, animation and compositing solution for multi-format work from the web to video and HDTV to feature film. combustion 2 is available for both Apple Macintosh (OS 9.x, OS X) and Windows (NT, 2000) systems and features an advanced object-oriented architecture with extensive caching, multiple views and real-time loop playback. combustion 2 is setting a new standard for interactive performance on the desktop."; fDesc[4] = "Software can also fit/regress any entered parameters against chemical data and perform sensitivity analysis."; fDesc[5] = "first time it is possible for those wanting to learn about match moving or experiment with matching computer graphics to video footage, to use cutting edge tools without price tag to match. Using core technology developed for PFTrack - the industry leading tracking and analysis system - PFHoe provides a tremendous amount of power via a very simple to use, intuitive interface. An import Wizard guides the user through importing and setting up the DV footage by explaining the parameters that are needed to successfully track a shot, without patronising the user. The simple one click tool set provides an environment even the most inexperienced user will get great results from. Like its big brothers PFTrack and PFMatch, PFHoe solves any kind of camera motion, including zooms and nodal pans. PFHoe also features additional tools including unique automatic lens distortion correction and focal..."; fDesc[9] = "Final Cut Pro. Panopticum Fire 3 is designed for creating realistic effects of combustion. Structurally, our plugin is one module, which contains several different sets of fire effects. Our new product allows a wide set of parameters for flame effects. With its help you can get different types of burning: a Candle, a Fire and so on. Its possible to set different ways of spreading the fire, and also to regulate the color of the flame. Among Panopticum Fire's qualities are the simplicity and ease with which you can get a beautiful animated flame in no time at all. For the purpose of creating a realistic fire such additional effects as sparks shooting out from the fire, super quick glow and others are added to the new set."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }