var fDesc=new Array(); fDesc[0] = "Clipsal HomeGate Software provides a powerful and simple to use interface to C-Bus via a standard PC, with the ability to tailor the appearance and operation of the user interface to a client’s requirements. HomeGate provides control and monitoring of a domestic C-Bus system from a PC running the Microsoft Windows operating system. HomeGate can be accessed from a local PC or remotely via an Internet connection with a standard Web Browser and the appropriate hardware and software installed and configured. HomeGate also reports the state of the C-Bus Group Addresses on a Network in real-time, with Group Addresses represented by text or icons that change condition depending on status. The colour of components can vary continuously to indicate the level of a Group Address in a simple, understandable fashion. Custom icons can be generated to represent the various Group Address states; alternatively icons from the icon library provided with the package can be used."; 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 = ''; } }