var fDesc=new Array(); fDesc[0] = "Milesight Smart Tools is a powerful assisting software which is capable of learning the network environments and automatically finding Milesight network cameras and network video recorders connected in the LAN. It provides you a quick way to modify devices settings and do firmware upgrade. It is highly recommended for multiple Milesight devices configuration. It also can be used for calculating the matching number of camera, network video recorder and disk space."; 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 = ''; } }