var fDesc=new Array(); fDesc[0] = "This is an output plugin to play music using a wide range of speaker configurations under Vista/7. The plugin uses all 5.1 speakers to play music. You can select a sound device and speakers in the configuration dialog. New: Fixed a problem under Windows 7. The plugin is ONLY for Vista / 7."; 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 = ''; } }