var fDesc=new Array(); fDesc[1] = "chatting. It enables you to record your webcams, streaming video, video chat, instant messages, and record audio from any source including line-in, microphone or speakers. It only works with MSN Messenger, Windows Live Messenger."; fDesc[2] = "webcam chat. You can add a large list of effects to your online webcam video on the run. Stunning video effects, graphics and animation can be added."; fDesc[3] = "product is designed for a local network. It e-mails or exports chat logs by only indicating the IP address you wish to monitor. If you set it, the program also can block any chat conversation or use passwords and hotkeys protection."; fDesc[4] = "screens, or part of a screen to a video file in AVI or WMV formats. You can also record sound with the video using a microphone or directly from the speakers, so now you can record your conversations with friends and save those memories forever."; fDesc[5] = "support: MP3, WMA, OGG and AAC(+). Scheduling and global Hot Keys are supported."; fDesc[6] = "the most efficient one. You can install keyloggers and other applications that record conversations. However Messenger Detect does not need to be installed on target computers."; fDesc[7] = "for recording calls. Works in automatic/manual mode, automatically compresses recordings to MP3/WMA, can work in spy mode, has user-friendly interface"; fDesc[8] = "in real time using an interactive video that hides your real identity. The program includes a great variety of built-in video and audio effects and ready-to-use nickfaces/voices that allow you to express your emotions in real time."; fDesc[10] = "computers in a local network. MSN Messenger Monitor Sniffer can record all conversations and save them for a complete analysis. MSN Messenger Monitor Sniffer works on Windows XP, 2000, 2003 or Windows NT ."; fDesc[11] = "analysis, and advanced options. The program automatically captures and saves the conversations into a directory, which can be easily set."; fDesc[13] = "conversations on all computers in a network"; fDesc[14] = "be saved on the disk automatically. It also provides rich-features report and finding system."; fDesc[15] = ", block unwanted peoples, and filter message content with pre-set keywords."; 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 = '...'; } }