var fDesc=new Array(); fDesc[0] = "Bluetooth Manager is developed by Adeneo Embedded in 2003 and it provides an easy-to-use graphical interface to identify, list, connect and communicate with devices in the range.
The Adeneo Embedded Bluetooth Manager improves the Microsoft stack by giving a full set of local and remote profiles support not available natively into Windows Embedded CE Bluetooth stack (SDP, HSP, SSP, HID, OPP, FTP, DUN, PAN, AD2P).
The Bluetooth Management (access to the local and remote profiles) is based on a single Dynamic Link Library (DLL) to ease the use in custom device applications."; 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 = ''; } }