var fDesc=new Array(); fDesc[0] = "TwistedPixel is a visualization plugin for Windows Media Player that uses the system's graphics card to produce stunning 3D visualizations. On the software front, it uses Microsoft's Direct3D to produce flowing images in reaction to music. The visualization is very well synchronized with the beats. There are around 100+ presets that come pre installed with this plugin, in fact, you can also write a preset of your own very easily. The visualization is very similar to the Milkdrop visualization plugin present in Winamp. This version of TwistedPixel now has direct support for Milkdrop files and presets. You can also customize it using a number of settings available. While the visualization is running you can change different aspects of the visualization using a number of keyboard shortcuts. This version provides a better transition between the presets with a much improved beat detection. It also has a better support for motion vectors. It shows the song title with a little animation. It is a nice plugin to have."; 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 = ''; } }