var fDesc=new Array(); fDesc[0] = "Bluetooth Radar is an opensource, free application for Windows which uses your system’s Bluetooth radio to scan for Bluetooth-enabled devices and lets the user connect to them in an easy, efficient fashion. The software works with a radar-like interface, and lists the devices as icons spread throughout the scan area.

Scanning is done in a radar-like swipes manner and once available devices have been listen, you can right-click any icon to view the available interactivity options. Paired devices will show all the services available for them."; 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 = ''; } }