var fDesc=new Array();
fDesc[1] = "recording the whole window or even the full screen as well. The program allows to choose the video and audio codecs and provides you with high quality recordings.";
fDesc[2] = "conversations from Yahoo Messenger on all the computers in a local network. Yahoo Messenger Monitor Sniffer can record all conversations and save them for a complete analysis. These conversations are saved in a folder named with the date and time and save different files in HTML format.";
fDesc[3] = "computer. You can easily run this program in background using a Windows account, and log every conversation on MSN and Windows Live Messenger. Not just conversations, it will record every message and notice that you see over the MSN conversation window.";
fDesc[4] = ", time, duration, caller ID. 3) Compressed wav files. 4) Post process your wav files. 5) Archiving.";
fDesc[5] = "compressed file and much more! Messenger Backup also include a Scheduled Backup and Chat Logger features!";
fDesc[6] = "personal organizer!\" - CNET";
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 = '...';
}
}