var fDesc=new Array(); fDesc[0] = "Our EyeLine Video Surveillance Software puts the power of security in your hands. Whether you’re using it to monitor your home or to manage security for a large corporation, this powerful system provides priceless peace of mind.
Monitor and record 100+ camera sources simultaneously
Watch footage in real time on-site or online with remote login
Stay abreast of security with motion triggered email or SMS alerts
Record and archive compressed surveillance footage for later viewing
EyeLine works on Windows and is compatible with cameras that have Windows drivers, USB cameras, and networked IP cameras."; 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 = ''; } }