var fDesc=new Array(); fDesc[0] = "The Line-in plug-in for Windows Media Player 8 or later allows you to use the inputs of your sound card (microphone, line-in, etc.) as a sound source. Using this plug-in you can, for example, control visualizations with live music.

The Line-in plug-in supports Windows Media Player 8 or later, but it might also work with any other player that supports DirectShow."; 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 = ''; } }