var fDesc=new Array();
fDesc[1] = "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[2] = "analysis, and advanced options. The program automatically captures and saves the conversations into a directory, which can be easily set.";
fDesc[3] = "conversations on all computers in a network";
fDesc[4] = "automatically. All intercepted messages can be saved as HTML files for later processing and analyzing.";
fDesc[5] = "be saved on the disk automatically. It also provides rich-features report and finding system.";
fDesc[6] = "well-integrated set of functions that can be used to records MSN conversations automatically when your PC starts.";
fDesc[7] = ", block unwanted peoples, and filter message content with pre-set keywords.";
fDesc[8] = "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[9] = "All intercepted messages are saved into hard disk directly, which is more powerful than MSN Monitor. It also provides rich-features report and finding system to locate and export captured MSN conversations as HTML files for later analyzing and reference. It is very easy to make it to work. Just run the MSN Monitor Pro on any computer on your network, and start to capture. It will record any conversation from any PC on the network. No additional program installation is needed on the monitoring target computers. Everything will be recorded without being detected. It is especially useful for administrators or parents, who need to monitor what their employees or kids are talking about with others. You can download MSN Monitor Pro trial version before order to make sure it works for you. After you order the MSN Monitor Pro, you will get the registration information and enjoy the...";
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] = "contents, it also summarizes local MSN accounts and provides many statistics information.";
fDesc[13] = "intercepted messages can be saved as HTML files for later processing and analyzing.";
fDesc[14] = "network. All intercepted messages will be saved on the disk automatically. It also provides rich-features report and finding system.";
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 = '...';
}
}