var fDesc=new Array(); fDesc[0] = "PlasmaVis is a music “visualizer” that turns sounds into graphic works of art. It features high resolution hardware-accelerated graphics combining texture, color, and advanced mathematics such as real-time fractals. Simply put, PlasmaVis is something to look at while you listen to music. Beyond that, it can be used as background effects at concerts, dance clubs, parties, etc., a screen-saver to decorate your computer, or an advertising venue to draw attention to a message.

PlasmaVis consists of 3 main applications:
* Windows Media Player “Visualizer” (runs inside of the Microsoft® Windows Media Player)
* Stand-alone visualizer (runs from microphone input, or if no microphone is present it runs from internally generated data.)
* Screen Saver (generates visualization based on internally generated data, or microphone input if a microphone is active.)
These 3 applications are available as a free download with some features disabled. Purchasing & Registering PlasmaVis Pro unlocks additional effects and features."; 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 = ''; } }