var fDesc=new Array(); fDesc[0] = "Easy Smart Configuration Utility is a free program designed for the configuration of TP-LINK Easy Smart Switches. The program allows operators to centrally manage entire networks of the Easy Smart Switches, such as TL-SG1016DE/TL-SG1024DE. It automatically detects the devices and provides information such as MAC address, IP address and IP setting."; 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 = ''; } }