var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "analysis, and advanced options. The program automatically captures and saves the conversations into a directory, which can be easily set.";
fDesc[4] = "conversations on all computers in a network";
fDesc[5] = "automatically. All intercepted messages can be saved as HTML files for later processing and analyzing.";
fDesc[6] = "be saved on the disk automatically. It also provides rich-features report and finding system.";
fDesc[7] = "well-integrated set of functions that can be used to records MSN conversations automatically when your PC starts.";
fDesc[8] = ", block unwanted peoples, and filter message content with pre-set keywords.";
fDesc[9] = "run the MSN Monitor & Sniffer on any computer on your network, and start to capture. It will record any conversation from any PC on the network.";
fDesc[10] = "be saved on the disk automatically. It also provides rich-features report and finding system.";
fDesc[11] = "emoticons and display pictures(user tile). Analyzes MSNP Protocol, shows the detail of MSN communications.";
fDesc[12] = "automatically. All intercepted messages can be saved as HTML files for later processing and analyzing.";
fDesc[13] = "contents, it also summarizes local MSN accounts and provides many statistics information.";
fDesc[14] = "intercepted messages can be saved as HTML files for later processing and analyzing.";
fDesc[15] = "tool to capture conversations of a MSN chat in your local network. 'IMBoss MSN Sniffer Monitor' consists";
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 = '...';
}
}