var fDesc=new Array(); fDesc[0] = "Samson Sound Deck Noise Cancellation Software for Windows is here to expand the capability of computer communication and recording. Inspired by the digital audio processing technology used in the cockpits of military fighter jets and the convoys of tactical Special Forces units, Sound Deck is powered by state-of-the-art digital noise reduction algorithms that produce crystal clear communications and recordings in any environment. Compatible with Samson USB microphones (Go Mic, Meteor, C0, UB and Q Series models) only, Sound Deck is the ultimate software tool for home and office VoIP communication, voice recognition/speech-to-text software, gaming and recording music, as well as audio for YouTube videos, lectures, podcasts and webinars."; 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 = ''; } }