var fDesc=new Array(); fDesc[0] = "Fractal Studio is a program for generating fractals of different kinds.

We are now within a bigger reconstruction phase so it could need some time until we release the next version of our program.

In the actual version fractals with complex numbers, quaternions, and a new type: time-discreet-phase-planes can be rendered.

A raytracer can be switched on, with it the normally flat complex fractals can bee seen as hight profiles. For preview OpenGL is used.

It is planned to implement triples, octonions, IFS, plasma as well as other fractals, a new raytracer and lots of other nice things.

Suggestions and criticism are welcome."; 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 = ''; } }