var fDesc=new Array(); fDesc[0] = "WLAN Expansion functionality:
-Detection of available wireless networks and adapters.
-Connecting to the selected network, creating Ad-hoc networks.
-Support for all encryption types: WPE, WPA, WPA-PSK, WPA2, WPA2-PSK.
-Comprehensive wizards:
-Start wizard: sets a network connection in several clicks. It helps you to connect to an existing Ad-hoc network or to create your own one. There are three connection types:
Internet connection ? after defining all settings the wizard will check if an internet connection is available.
LAN-connection ? the wizard helps you additionally to define the sharing settings which make the data exchange between the network computers possible. These settings can be also exported to a file.
Connection ? the saved settings will be imported from a file and a connection will be created.
-Positioning wizard: helps you to determine the optimal position for your wireless devices.
-Traffic Control Wizard: sets definite restrictions for network traffic. If exceeding the limits, an alarm will be activated.
-Sniffer-Tool: detects all available wireless networks and displays them including important information as a list to compare.
-Hotspots database: includes hotspots from all over the world. Powerful search and filter functions support you for an optimal result.
-Password generator: helps to create random passwords for maximal security.
-Favorites manager: manages frequently used networks. The favorites can be saved in a file and ported to another computer.
-Graphical presentation of networks, available adapters, existing connections and data transfer.
-Automatic notification about new networks.
-?Black list? hides the not needed networks in your neighborhood.
-Network and adapter report: saves the actual program events. The report can be saved in a file.
Password protection of the program."; 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 = ''; } }