var fDesc=new Array(); fDesc[0] = "Wyse TCX Rich Sound virtualization software enables the zero-compromise deployment of virtual desktops and applications with the capability of receiving and transmitting high quality audio.

Wyse TCX Rich Sound provides bi-directional audio capabilities for virtual desktops and applications. Users can now use a USB headset directly attached to the Wyse thin client to input and output audio to and from IP soft phone applications such as Cisco IP Communicator, Avaya Softphone and Elluminate running in a Microsoft Windows XP Pro virtual desktop. This revolutionary technology from Wyse also supports sound recording and playback applications."; 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 = ''; } }