var fDesc=new Array(); fDesc[1] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[3] = "WMV movies to disk or email. A year of video capture fits in 100GB. Also works as FTP and HTTP webcam."; fDesc[4] = "playback alarm sound, run external programs and much more."; fDesc[5] = ", video/audio logging and broadcasting. Used together with free RemoteView, you can do real time remote surveillance."; fDesc[6] = "MonitorCam can generate alarm sounds, save captured motion images to disk and send email alerts with image attachments."; fDesc[7] = "other users. If you have private information in a file or a folder, you can forbid other users from using it. You can block an entire folder but still allow access to a file in that folder."; fDesc[8] = "surveillance machine. Webcam Watchdog provides you around-the-clock digital video recording with remote access capability."; fDesc[9] = "encrypted. Features include snapshot, skins, themes, customised sounds, offline image, text/image overlay and camera controls."; fDesc[10] = "office or home security system. The key features of VirtGuard are false alarm filter, ability to mask unwanted movements, various alert functions."; fDesc[11] = "useful for home security, house automation, games, experiments, statistics... just think about it!"; fDesc[12] = "all over the network.Client receives the broadcasting and displays up to 9 webcams simultaneously."; fDesc[13] = "microphone, and broadcasts audio from the microphone over the network, and records surrounding audio, and fires sound alarms."; fDesc[14] = "broadcasts the live video all over the network.Client receives the broadcasting and displays up to 9 webcams simultaneously."; fDesc[15] = "photo inventory of all your items for insurance purposes. You can setup the software to record any information you wish to store about them."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }