var fDesc=new Array(); fDesc[0] = "RICOCHET Monitor is the most advanced diagnostics tool for your PC. This software, when installed on a laptop and connected to a RICOCHET enabled wireless expander, provides greater visibility and control over the wireless system performance than ever before.

From a simple, intuitive menu screen all device status is available at a glance, with clear graphics hilighting signalling performance.

Device attributes can be configured and distributed across the network in seconds thanks to an innovative 'global poll' function that communicates to all devices within moments. Where the RICOCHET Monitor software really excels is with the graphical representation of the mesh-networking system.

The system literally 'comes alive' when the graphical function is selected. Each device is shown on screen, in real time, placed according to where the device communicates across the network. It is instantly visible and clear which routes communication signals are taking the overall network performance is demonstrated."; 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 = ''; } }