var fDesc=new Array(); fDesc[0] = "O2 Connection Manager will help you to manage your internet connections by getting you connected to the fastest available network. 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 across the UK with BT Openzone.

O2 Connection Manager helps 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. It lets you to check the coverage of the O2 Network and find public Wi-Fi hotspots. 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 = ''; } }