var fDesc=new Array(); fDesc[0] = "The WAV Output plug-in for Windows Media Player 9 (or later) allows you to save the player's output to the hard disk as a WAV file. This plug-in is similar to the Disk Writer plug-ins available for Winamp.

You can use this plug-in, for example, to process files using Chronotron and burn the resulting WAV files to a CD using your favorite CD-burning software.

It requires Windows XP and is not compatible with Windows Vista, Windows 7 and later Operating Systems."; 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 = ''; } }