var fDesc=new Array(); fDesc[0] = "IP Installer Utility is a software application that quickly and simply installs Axis network video products onto your local network. The program gathers information about your subnet and helps you assign a valid IP address. When the IP address has been set, you can click "View Home Page" to open the unit's home page for further configuration."; 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 = ''; } }