var fDesc=new Array(); fDesc[0] = "O2 Connection Manager will:

- Automatically connect you to the fastest available network including your home broadband if you have a wireless router
- Connect you to public Wi-Fi hotspots with BT Openzone and The Cloud giving you access to thousands of hotspots in places like Starbucks and Pret A Manger
- Help you to keep track of your data usage by giving you an indication of how much data you have used against usage allowance on the O2 network
- Let you to check the coverage of the O2 Network and find public Wi-Fi hotspots
- Let you to send and receive SMS message from your dongle (Pay Monthly customers only)"; 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 = ''; } }