var fDesc=new Array(); fDesc[0] = "ClearOne’s RAV-Ware™ software provides an easy interface for configuring system settings and customizing the audio in your RAV 600/900 or Converge 560/590 business conferencing system. While the RAV/Converge system is designed to work out of the box for audio conferencing setups, RAV-Ware is required to adjust audio levels and equalizer settings for the RAV/Converge components as well as the auxiliary audio devices. Once installed, RAV-Ware allows configuration locally through a USB or RS-232 connection, or remotely through an Ethernet connection."; 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 = ''; } }