var fDesc=new Array(); fDesc[0] = "HomePlanner is a software product that allows youto control PLCBus devices installed at your home, be them lights or other appliances. Once installed, HomePlanner runs on your PC andcommunicates with your existing PLCBus devices.

MAin features:
-Turn your lights and other devices on and off, according to different events(sunset, sunrise, status changes, or many other custom events).
-Program yourl ights to automatically turn off after a certain period of time.
- Control all ofyour lights and appliances with any web browser, including PocketPC devices and cellular phones.
-Use any PDA as remote control to manage all your lights and other PLCBus appliances.
-Design your own maps and plans of your house, by fully customazing the user interface.
-Monitor andcontrol your home through internet, PDAs, and cellular phones."; 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 = ''; } }