var fDesc=new Array();
fDesc[1] = "Instant Messenger, AOL Instant Messenger/Netscape 7, Trillian, Miranda, and GAIM.";
fDesc[2] = "your chats, monitoring and other screen activities with ease. The feature rich tool comprises simple and easy-to-use surveillance and recording capabilities that allows easily capturing Web Cam images and records it to AVI files format.";
fDesc[3] = "text-boxes of any windows application. The software is easy-to-use, just a simple drag and drop process and you will see the forgotten password.";
fDesc[4] = "interested with . You can use it to find where a member of chatroom or email sender even ICQ friend TRULY come from.";
fDesc[5] = "single IM platform. Through video chat you can communicate face to face with friends on any IM network.";
fDesc[7] = "a regular clipboard, a password manager, templates storage, forms filler, viewer of documents (40+ formats) with copy/paste options, etc.";
fDesc[8] = "site (Internet Explorer Only).Works on every windows system.When you need your password back, you need Password Discovery!";
fDesc[9] = "Account, and best of all, it's free!";
fDesc[11] = "users on the PC it was launched. No professional knowledge or experience is required.";
fDesc[12] = "Email, ICQ, or one of the new file-sharing programs (Napster, Gnutella etc.), VCatch is thetool for him. VCatch is ...";
fDesc[13] = "features. When you are away, Advanced ICQ Tools can automatically forward the incoming messages to your!";
fDesc[14] = "from any contact to any document format (PDF, RTF, HTML, DOC, TXT, etc.) It's really easy as ABC and powerful as Amber.";
fDesc[15] = "You can convert picture or text into beautiful ASCII art.";
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 = '...';
}
}