var fDesc=new Array(); fDesc[0] = "Other wireless site survey tools require significant existing infrastructure, or extensive investment of time for walk-abouts with a scaled floor-plan. Information Systems Auditors and Information Security personnel often don't have access to all required physically-controlled space. In addition, installed Wireless Access Points (WAPs) with site survey capabilities typically do not cover all of the space -- if they are installed at all. But Wireless Triangulator Site Survey Tool provides a better option to locate rogue wireless access points."; 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 = ''; } }