var fDesc=new Array(); fDesc[0] = "Cisco Broadband Configurator is an easy-to-navigate, Java-based application that simplifies the creation and maintenance of configuration files for PacketCable 1.0 media terminal adapters and Data Over Cable Service Interface Specifications 1.0 and 1.1 cable modems. Cisco Broadband Configurator collects information and uses to provision a customer premises equipment (CPE) 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 = ''; } }