var fDesc=new Array(); fDesc[0] = "Optimum WiFi Register will quickly enable your WiFi device for Optimum WiFi Automatic Sign In - allowing Optimum Online customers instant access to tens of thousands of hotspots all over the tri-state area. You can either register your devices at home while connected to your cable modem, or when you are out and about by entering your Oprimum ID and password.
Optimum WiFi Register is only needed one-time to register your device and is not needed to connect to Optimum WiFi each time. After you have registered, you can safely uninstall it from your device."; 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 = ''; } }