var fDesc=new Array(); fDesc[0] = "Whether you're at the office or on vacation, your home is only a click away. Using your laptop, PDA, web-enabled phone, or any computer with Internet access, you can monitor and control your home through Web-Link II by using a web browser.

Web-Link II allows you to monitor and adjust settings for lighting, heating and air, security, and appliances with the added benefit of wireless access over a PDA or web-enabled phone.

Web-Link II allows a homeowner to view family and property with video surveillance using analog cameras and record video on demand or based upon an event."; 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 = ''; } }