var fDesc=new Array();
fDesc[1] = "multiplayer games over the internet and chat at the same time. You can play games with other users all over the world and join to leagues and tournaments.";
fDesc[2] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience .";
fDesc[3] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web.";
fDesc[4] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client.";
fDesc[5] = "login screen at the same time, recreating the experience we got with Windows XP on hotmail website. The best feature of the program is that it will get the account info automatically from windows live messenger.";
fDesc[6] = "Thanks to its integration with Skype, its capable of doing phone calls to another Skype (or MySpaceIM) users, regular phones or cell phones. Users can get their own number and voicemail, or forward phone calls to their cells when they are offline.";
fDesc[7] = "multithreaded, so on fast machines you can scan many computers at once.";
fDesc[8] = "It enables you to store and share all your files easily on your email account. All you need to have is Java 1.6 preinstalled in your system. This software is easy to install and available in a wide range of languages.";
fDesc[9] = "cookies. Copy and store websites on portable media such USB and CD. Convert dynamic websites into static.";
fDesc[10] = ", etc., and for this reason, it becomes a necessity to have a good password manager. And this simple but powerful program is an excellent option to try.";
fDesc[11] = "remember those passwords since Windows stores those for easing the login operations, in programs such as FTP or email client. Because of the security rules Windows applies, when entering a password, the input box only shows asterisks.";
fDesc[12] = "master password. Additionally, it offers many useful functions concerning modern and secure password management, password generator..";
fDesc[13] = "since Windows stores those for login operations (in programs such as FTP or email). Because of the security rules Windows applies, when entering a password, the input box only shows asterisks. Same as when Windows fills in automatically the password input box.";
fDesc[14] = "a password protected QuickLogin file. You can select multiple sites and login to the sites automatically.";
fDesc[15] = "stores your password in a file or the registry, but it saves login information as a favorite which can be used on any other computer, or can be emailed. You can also use this favorite on any other web browser you like. It works on almost any website that includes a login form.";
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 = '...';
}
}