var fDesc=new Array(); fDesc[0] = "IQonn is a very advanced Connection Manager for Windows 2000, XP, Vista, Windows 7, Mac and Android. Offers the following standard functionalities:
- Mobile Broadband support, including; 1G to 4G
- WLAN support, including; Hotspots, WISP-R, EAP-SIM, Wep and WPA/2
- Ability to run and install devices without needing Admin Rights
- Automatic Operator and Subscription detection and configuration
- Preference based connectivity – Automatic Switching between Connections
- Power Management, allowing End-Users to enable/disable different devices
- Customizable Roaming Management Features - easing roaming when traveling
- Strong Help and Diagnostic tools, logging capabilities and conflict management"; 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 = ''; } }