var fDesc=new Array(); fDesc[1] = "(such as Bluetooth, WLAN, or WWAN devices) and that shows the state of the radios for these wireless devices. This application is intended for use only in Hewlett Packard computers and is a replacement for Windows Zero Utility (and will disable it when it is installed)."; fDesc[2] = "devices. In order to do that we need to have a computer either with a USB plugin Bluetooth wireless adapter or a Broadcom enabled embedded."; fDesc[3] = "hardwares. Generally, the blurtooth devices come with a driver cd where you have this program. BlueSoleil BlueSoleil 6.4's default view is the \"Bluetooth Places\" which is like the Nokia PCSuite's Windows Explorer extension. \"Search Devices\" icon can be run for finding bluetooth devices."; fDesc[4] = "basic text editor. Editpad Lite contains a tabbed interface from where you can quicky switch among open files by clicking on their tabs.The tabbed interface also helps in reducing unnecessary cluttering on the workspace."; fDesc[5] = "Technology in the supported notebook models and operating systems. The HP Integrated Module with Bluetooth Wireless Technology provides wireless connectivity to other devices from the integrated module of the supported notebooks."; fDesc[6] = "programming interfaces (APIs), support and test tools, and documentation. The BTW is designed to operate on any personal computer and has been optimized to support Broadcom's Blutonium chipsets. The BTW provides simple integration, powerful diagnostics and the shortest possible time to market, exactly what you'd expect from the experts at developing Bluetooth HCI-compliant wireless technology solutions."; fDesc[7] = "technology Bluetooth. You can use Nokia Wireless Presenter to control your PowerPoint presentations, music players and other Windows applications. Simply install this software in your PC and your Nokia phone, to remote control the mouse and keyboard functions when doing presentations."; fDesc[8] = ", will let you operate your PC from your cellphone. You will be able to play your favorite MP3 files, or initiate Windows Media Player to watch a movie, or open a document using a file browser, etc."; fDesc[9] = "is both a stand-alone application and an Outlook plug in."; fDesc[11] = "Point slides directly in the phone, browse/play the songs in ITune, WIinAMP and Media player and much more..."; fDesc[12] = "local and remote devices if found on your network. It’s comprehensive yet simple user-interface can allow you to browse through supportive services of each device. It is absolutely free of charge to download if your PC is supported with Bluetooth dongle."; fDesc[13] = "devices are equipped with OBEX or OBject EXchange, a protocol originally designed for swapping and transporting objects between devices. OBEX functions in a similar way to http, allowing you to connect to a server. OBEX Commander is an easy to use tool to transfer different files."; fDesc[14] = "customers using Bluetooth protocol. With this program, you can target a specific area and group of people/businesses within a 15 meter radius. Bluetooth advertising is easy to use and is designed to provide spamless advertising."; fDesc[15] = "is very effective software application which can be used at any public place for marketing. This marvelous tool is available at a very low price."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }