var fDesc=new Array(); fDesc[0] = "SmartConsole easily allows customers to discover multiple D-Link Web Smart Switches within the same L2 network segment. With this utility, users do not need to change the IP address of their PC. This also provides easy initial setting of the Smart Switches within the same L2 network segment that are connected to the user’s PC that are displayed on screen for instant access. This allows extensive switch configuration settings and basic configuration of discovered devices such as password changes and firmware upgrades."; 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 = ''; } }