var fDesc=new Array(); fDesc[0] = "New Andrea PC audio software provides the latest AudioCommander and noise cancellation filters for use with all Andrea USB devices. This install supports Microsoft Windows XP, Microsoft Windows Vista and Microsoft Windows 7.

New improved AudioCommander audio user interface for Andrea USB devices provides the same great features customers have always enjoyed with a new look and feel for Vista. Now featuring full bandwidth VU meters for input and output, new PureAudio™ noise reduction filtering for hearing clean audio output as well as new DSDA3™ microphone array beam steering. Including, Side Tone for monitoring your recording and the ability to enable multiple filters independently.."; 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 = ''; } }