var fDesc=new Array(); fDesc[0] = "PowerHome is a home automation software package that allows you to control your home's lighting, appliances, security, and your Home Theater. Highly customizable - use with Elk M1, HVAC, Caller ID, Weather. No plugins needed. Unlimited licenses for your home's computers. EZ SetUp Wizard gets you up and running in Minutes!

The interface is fully programmable via your choice of languages. You can use the internal Macro and formula scripting or any language supported by Windows Script Host. Supports user defined dynamic content via PSP."; 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 = ''; } }