var fDesc=new Array(); fDesc[0] = "IOGEAR Bluetooth is the solution for the seamless integration of Bluetooth technology into devices that use the PocketPC operating system. It provides PocketPCs with the means to:
• Locate other Bluetooth devices in the immediate vicinity (inquiry)
• Discover the services that those devices offer (discovery)
• Connect to, use, and disconnect from those services
• Enable/disable individual services
• Security features, on a service-by-service basis, including:
- Authentication
- Authorization
- Encryption."; 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 = ''; } }