var fDesc=new Array(); fDesc[0] = "Aeon represents a new dimension in visualization for SoundSpectrum. This new visualization is rich with content variety, color, and depth to take eye candy to a new level. While Aeon was conceived as a visualization to accompany relaxing "new age" music, meditation, yoga, and exercise, we have added much more visual content than originally anticipated. The result is a visualization filled with variety and possibilty, lifting your music to a different place.

The range of visual fantasy in Aeon includes meditative mandalas in motion, futuristic space-age imagery, organic naturalistic visions, and techno-visual phenomena. We invite you to experience the new age of visuals with Aeon!"; 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 = ''; } }