var fDesc=new Array(); fDesc[0] = "ChaosPro is a real time freeware fractal generator for MS Windows with support for many different fractal types (2D and 3D), true color support, animation support. Due to its integrated compiler it is quite fast even if you write your own formulas within ChaosPro.

Is is suitable for me - Well, it depends on what you are looking for when visiting this site.
The answer may be yes, if:
you would like to create computer generated art
you are interested in fractals
you want to experiment with something new
you want to know what your computer dreams at night

Still unsure what it is - If you are new to this site you may have a look at:
the Features page: It lists the main features from ChaosPro.
the Gallery page: It shows example images created with ChaosPro: The parameter sets for the images listed there are mostly contained in the installation package of ChaosPro, so you can recreate them and start modifying them in any way you like.
the Download page: Contains the current release of ChaosPro. There you can download it.
the Documentation page: Contains the current documentaton of ChaosPro: It is also included in the installation package, but if you want to have a look at some internal information you can do it there."; 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 = ''; } }