var fDesc=new Array(); fDesc[0] = "Acrylic WiFi is an utility for security analysis and monitoring of wireless networks. The program is able to evaluate several controls of the OWISAM methodology, stores captured data into pcap files, allows to ignore data frames for best privacy, exports WiFi information into KML or KMZ files for visualization with google maps or google earth."; 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 = ''; } }