var fDesc=new Array(); fDesc[0] = "BlueAuditor is a Bluetooth network scanner designed for monitoring and auditing Bluetooth network security. It allows to scan Bluetooth network and gather detailed information about local and remote Bluetooth devices. It can discover and track any Bluetooth device and phone within a distance between 1 and 100 meters, display key information about each Bluetooth device being detected as well as the services device provided."; 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 = ''; } }