var fDesc=new Array(); fDesc[0] = "HomeSeer HSPRO is an advanced remote access and home automation software package that is designed to integrate the major systems of any home. With this software, you can control and monitor lighting, HVAC, security, appliances, home theater and telephone all from one central point and you can do so by touchscreen, computer, PDA, remote control, telephone, the internet or by voice!"; 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 = ''; } }