var fDesc=new Array(); fDesc[0] = "Alibi Power Tools is a set of utilities for Alibi surveillance devices. It lets you back up recorded files stored in remote DVR/NVR and DVS, and in the SD card of network camera. It can upgrade or configure multiple devices simultaneously. Its Focus Assistant helps you adjust the focus of connected network camera. Disk Calculator tool can calculate the required disk space when recording time is given or the recording time possible with a given HDD 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 = ''; } }