var fDesc=new Array(); fDesc[0] = "The Dell WLAN Utility is a wireless connection manager included with Dell Truemobile Wireless Cards, version 5.1 has been completely rewritten to provide a more user friendly interface with wizards to help customers setup a basic wireless connection.
Since its included on Dell wireless card driver, is very easy to install and runs with little intervention from the user. The driver can either be downloaded from support.dell.com or is part of the factory image.
To start the installation, you should download the driver and save it to the desktop or another easily located folder. Once the download is complete double-click on the filename. The file will extract to c:\dell\drivers by default and then begin installation.
It offers same functionalities included on Windows XP / Vista Wireless client plus some enterprise security features and diagnostic tools, however I found it buggy; to be more specific you can face compatibility issues or just unexpected issues, most of them caused by its profile feature , which seems to be rebuild from scratch.
Based on my experience, I would recommend to stay with Windows Wireless client."; 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 = ''; } }