var fDesc=new Array(); fDesc[0] = "ABUS IP-Installer can be used with all products and TVIPxxxx CASA20550.
You can change the device HTTP port, IP address, subnet mask, default getaway, primary DNS, and secondary DNS.
If you use PPPoE, skip IP address and DNS settings. Then click on Next to setup PPPoe."; 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 = ''; } }