var fDesc=new Array(); fDesc[0] = "Amcrest IP Config is a configuration tool for the Amcrest ProHD 1080P surveillance camera. This program allows for TCP/IP settings to be modified in order for the camera to establish a connection to the network. The program also allows the user to change the host device name for the camera. This field supports a maximum of 15 characters."; 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 = ''; } }