var fDesc=new Array(); fDesc[0] = "ExDomus® is designed to be your Home Automation Software. It can control all your home devices (lights, blinds, drapes, heaters, security…). It works in Client / Server mode so you can use it simultaneously on several screens of your home, or you can use it standalone.
ExDomus® Premium Version can be installed on any kind of PC running with Microsoft Windows XP or Microsoft Windows XP Mediacenter Edition."; 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 = ''; } }