var fDesc=new Array(); fDesc[0] = "The Shure Update Utility is a stand-alone application that streamlines the process of updating the firmware and software of compatible Shure products. The application offers a simplified interface to download the latest updates from Shure and configure Shure hardware to receive those updates. Updates are deployed to supported devices over an Ethernet network.

The Shure Update Utility can update the following Shure hardware: audio network interfaces, axient digital wireless system, axient wireless management network"; 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 = ''; } }