var fDesc=new Array(); fDesc[0] = "The essential software to perform a Wireless site survey and improve WiFi network quality, coverage and speed. Enhance your wireless network deployment with Acrylic WiFi Heatmaps. Optimize your WiFi infrastructure, perform a RF spectrum analysis (2.4 and 5 GHz), do an automatic coverage and signal quality study of all existing access points and identify key points to improve the performance of your voice and data communications."; 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 = ''; } }