var fDesc=new Array(); fDesc[0] = "Hikvision Tools is a collection of several assisting parameters that allow you to make calculations for IPC, hard disk and bandwidth. The IPC calculator is used for getting the number of NVRS-HDVSR or IP cameras. The disk calculator returns the recording time when the disk space is given and vice versa. You can also get the calculations for your bandwidth or the recommended encoding parameters."; 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 = ''; } }