var fDesc=new Array(); fDesc[1] = "customizable, since you can adjust many of its features, like the speed of the effects, the way to exit the screensaver, and so on. You can even create your own play list with your favourite tunes to sound with the screensaver."; fDesc[2] = "By providing a \"pure-visual-and-non-m usical\" interface's design it simplifies work without regard to the user's skill level: the design of the interface refers not so much to professionals as much to newcomers to the art of composing music."; fDesc[3] = "coalesces into a geodesic sphere with all the points gracefully touching. Files are tiny, 4 - 5 KB usually, suitable for web pages."; fDesc[4] = "numbers. Lots of fractals can be used and each fractal can be adjusted in infinite ways to create weird, crazy or beautiful music. Also you can turn bitmaps into music. You can use the names of yourself and your friend to see whether they sound good together. And you can insert your tax figures,model results or whatever numeric source in order to create music."; fDesc[5] = "program or enter a very short musical phrase of a few notes, and hear it transformed into an intricate tracery of music. The music is fractal which means it is highly structured, but natural sounding too, like bird song, or the sound of the wind. Any tuning is possible; no need to restrict your creativity to the equal tempered twelve tone system or even the octave. Tune your music as freely as a bird when it sings. Try authentic historical temperaments with tunings for keyboards from Bach or Mozart's time. Try tunings for Indonesian Gamelans, or Indian music with drones. Try modern exotic tunings such as non octave scales, or musical geometries with highly symmetrical floating chord patterns. Explore the effects of instrumentation, and take ones first steps as a composer in an envionment where melody making is effortless. Suitable even for complete newbies to composing - and there is..."; fDesc[6] = "By providing a \"pure-visual-and-non-m usical\" interface's design it simplifies work without regard to the user's skill level: the design of the interface refers not so much to professionals as much to newcomers to the art of composing music."; fDesc[7] = "a set of canned me-too riffs or rules, but an open ended palette of composing modules to powerfully boost your creativity."; 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 = '...'; } }