var fDesc=new Array(); fDesc[0] = "WIZ1x0SR Configuration Tool is a companion app for the WIZ100SR gateway module. With this program you can monitor the status module and socket message through serial terminal, display all the MAC addresses on a same subnet, display the firmware version, choose between three IP configuration methods - Static, DHCP and PPPoE, and more."; 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 = ''; } }