var fDesc=new Array(); fDesc[0] = "Surveillix Remote Software for Windows users
For use with all DVR models excluding IPR and IPS. Used to connect to the Surveillix DVR Series, EVR Series, KV-PCDVR and KV-KLR units. Allows you to view Live video, search through saved video, edit DVR setup configurations and export video."; 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 = ''; } }