var fDesc=new Array(); fDesc[0] = "The Comcast Connection Manager will automatically connect to an available network. It will seek to connect to Wi-Fi, 4G Mobile and 3G Mobile networks (in that order).
You can also manually connect to a network, by first turning off the auto-connection feature. Wi-Fi connections may require additional configuration first, but the basics of
establishing a connection are simple."; 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 = ''; } }