var fDesc=new Array(); fDesc[1] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[2] = "space of the dynamical system. An attractor is informally described as strange if it has non-integer dimension or if the dynamics on it are chaotic. Chaoscope 0.3.1.51 can be installed and run in English or French."; fDesc[4] = "zooming on the Mandelbrot set and many other fractals, an innovative palette editor, and stunning zoom movies."; fDesc[9] = "complex equation and show the fractal graph in the plot area."; fDesc[12] = "some nice-looking fractals while giving you total control of the process. Fractal AVI movies can also be created."; fDesc[14] = "highquality fullscreen images of the Mandelbrot set at various zoom-depths. It can also generate Julia sets for any point c on the comple..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }