var fDesc=new Array();
fDesc[1] = "yahoo. When we open the program we find a clean and simple interface, in it we can open files for show them the video and this give the illusion that we are on live but really we are passing a video or image.";
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] = "Yahoo! Messenger's Invisible Settings and check if some of your contacts are invisible for you or really offline. It can even tell you if your contact is in a Chat Room or if his webcam is online.";
fDesc[4] = "bittorrent client will work with this program! It can report to any tracker (the website used to manage specific torrent files / file sharing between the peers), any wrong upload traffic information ! So, you apper to be uploading many GBs or TBs of data, but you really aren't.";
fDesc[5] = "some one totally new. Just integrate Fake Voice with your IM and do voices with your friends.";
fDesc[6] = "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[7] = "the Internet Explorer and displays information related to the domain with which you can track the kind of the website you are currently viewing.";
fDesc[8] = "clearly between the original studio quality and the cheap remakes. The software is designed to help you distinguish with high accuracy the studio based original CD and any remakes made using different audio source like an Mp3.";
fDesc[9] = "poker with other people worldwide. You can bet real money or fake money (chips). You don“t need to pay for anything if you want to play for chips, or just watch other people play.";
fDesc[10] = "titles, icons, speed and progress messages. It can also disable your screensaver.";
fDesc[11] = "disk. Its functionality can be further used to check the speed of CD burning tasks. Thus this software is a complete speed monitor for your personal computer.";
fDesc[12] = "sharing networks such as Kazaa and LimeWire. Fake MP3 files are detected and you can easily test and delete the files from your computer.";
fDesc[13] = "anonymous proxy servers which can be defined by you.";
fDesc[14] = "will get only fake e-mail while scanning your web-page.";
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 = '...';
}
}