var fDesc=new Array(); fDesc[0] = "The Windows Media® Player 9 Series Creativity Fun Pack includes two exciting new sets of visualizations to enhance your music with fun, synchronized eye candy.

The 3D Alchemy Visualization Pack for Windows Media Player includes five exciting new visualizations built using the 3D capabilities of Windows XP:

Classic: A classic view of Alchemy
Kaleidoscope: A new variation on a theme
Monoliths: View album art and a sci-fi themed visualization in 3D
Strange World: A futuristic world and satellite with visualizations dancing on the surface
WM Museum: A 3D museum of the many versions of Windows Media Player"; 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 = ''; } }