var fDesc=new Array(); fDesc[0] = "Default Sound Selector (DSS) is a small application for Microsoft Windows 7. It will load an icon into your system tray and enable you to simply right click it and choose which sound device you would like to set as your Default Sound Device, it will also let you choose which Recording Device to use. It is very useful for anybody that has multiple Sound or Recording Devices. You are also able to select whether or not you want DSS to start up with Windows, this feature makes it even quicker to switch between devices since DSS would already be running. Currently DSS supports up to switching between 10 Sound Devices and Recording Devices."; 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 = ''; } }