var fDesc=new Array(); fDesc[0] = "ActiveHome allows you to remotely control and automate household lights and appliances inside and out providing safety, convenience and fun! Never come home to a dark house again!

Why leave a home dark and deserted when you're on vacation? ActiveHome can ensure a fun and worry free vacation by turning lights on and off at different times, making your house look occupied.

Create the perfect mood for a romantic evening with the simple push of a button. Just one touch can dim the lights, turn on soft music, start the indoor fountain or aroma lamp. With your imagination and ActiveHome , the possibilities are endless."; 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 = ''; } }