var fDesc=new Array();
fDesc[0] = "PyroCreator 4D is TRUE 3D FIREWORKS SIMULATION !
It is not 2D fireworks on 3D models like other programs.
The difference is that this is the only software that allows you to conceive and design authentic 3D fireworks kinetics in a 3D space. Is the most intuitive pyrotechnic design and simulation software ever.
We've made PyroCreator 4D even more fun to use, it can be used as a stand alone visual design for amateurs or as a fast sketch pad for Visual Show Director professional users, all in one visual interface.";
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 = '';
}
}