var fDesc=new Array(); fDesc[0] = "ActiveHome Pro is a home security surveillance software.

Features:

- Save money and energy - set your lights/appliances on energy-conserving schedules
- Let your home run itself - set it in Lifestyle Mode, and it will memorize your actions and repeat them
- Expand and modify your system with as many more remotes and light/appliance modules as you want
- Easy do-it-yourself setup
- Control your you lights and appliances from your PC
- Keep your home safe - randomly turn your lights, radios, and TVs on and off while on vacation"; 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 = ''; } }