var fDesc=new Array(); fDesc[0] = "Build a video surveillance system using IP camera, web camera, analog and DV cameras. Connect up to 8 smoke, fire, door and other GPI sensors. Main features include motion detection with masking area, video filters(brightness, sharpness, contrast etc...), scheduled recording, FTP video to remote server, alarm notification by email(video and pictures attached) or by SMS, customizable electronic map for visually indicating camera/sensor locations, automatic disk storage management and daily system statistics and alarm report delivered to your mailbox automatically. The program also supports remote control by email or TCP. You can remotely control system even if it is behind firewall and without fixed IP. For advanced users, you can also write your own program to control XtraSense by using our XTR1.0 protocol."; 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 = ''; } }