var fDesc=new Array(); fDesc[0] = "HouseBot is a Home Control solution that provides control and status of many types of home automation equipment. It is expandable to incorporate new devices and custom hardware.

HouseBot runs as a Windows application that can use a variety of automation protocols to provide a heterogeneous solution for home control. Software Remotes extend the control of the automation server by using customizable graphic interfaces that can run on remote (and mobile) devices."; 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 = ''; } }