var fDesc=new Array(); fDesc[0] = "Before you can use the MultiClient, your SerVision system must be installed and configured. Configuration is carried out using a system configuration utility, which is accessed through a web browser. Each type of SerVision security system has a slightly different type of configuration utility. Some of the MultiClient features described in this guide are affected by settings that are defined in the system configuration utility. The MultiClient also provides links that open the system configuration utilities of the systems connected to it, so that you can easily check or modify the current settings while you work with the MultiClient.
For additional information about installation and configuration, please consult the guides that came with your system, or contact your vendor. Updated manuals and software are available for downloading at http://www.servision.net."; 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 = ''; } }