var fDesc=new Array(); fDesc[0] = "Panopticum Fire 3 - is an add-on module for Adobe After Effects (4.0 and earlier), and also for After Effects compatibles, such as Apple 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 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 = ''; } }