var fDesc=new Array(); fDesc[0] = "Through Tenor Configuration Manager, you can configure all parameters of the Tenor unit, including all call-related functions. This application was designed to run on any PC running Windows 2000 or Windows XP (see system requirements in Chapter 2), and supports the following Quintum products:

•Tenor DX
•Tenor AX
•Tenor AS
•Tenor AF
•Tenor BX
•Tenor CMS
• Tenor Call Relay SP
• Tenor CR 60

To access the Tenor unit, you simply designate the IP address of the Tenor product you would like to
configure or monitor."; 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 = ''; } }