var fDesc=new Array(); fDesc[0] = "Visions of Chaos is a professional high-end software application for Windows. It is simple enough for people who do not understand the mathematics behind it, but advanced enough for fractal enthusiasts to tweak and customize to their needs. It is the most complete all in one application dealing with Chaos Theory available. Every mode is written to give the best possible quality output.

Program modes supported within Visions of Chaos are 2D Strange Attractors, 3D Strange Attractors, Cellular Automata, Diffusion-Limited Aggregation, etc."; 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 = ''; } }