var fDesc=new Array(); fDesc[0] = "With Watchdog you can record video over a long period of time and monitoring a remote location over the Internet. You can setup Watchdog to initiate video recording when there's a motion detected. Watchdog can also alert you by emailing you the captured image and play the alarm sound."; 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 = ''; } }