var fDesc=new Array(); fDesc[0] = "Chanalyzer Pro identifies devices in the spectrum, helps you track them down, and produces customizable Wi-Fi reports.

With Chanalyzer Pro and Wi-Spy you can:

-Find and Identify sources of Interference
-Record Wi-Fi and Spectrum Data
-See how bad the interference was
-See when the interference occurred
-View a single channel in high resolution
-Quickly build powerful reports of findings


Requirements:

- Connect a Wi-Spy 900x, 2.4x, or DBx to visualize RF.
- Connect to your wireless network card or adapter to visualize Wi-Fi.
- Microsoft Windows XP SP3, Vista, or 7 (32 or 64-bit)
- Microsoft .Net 3.5 (or better) framework
- USB 1.1 (or better)
- Works with VMware Fusion and Parallels virtualization on Mac OSX."; 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 = ''; } }