var fDesc=new Array();
fDesc[1] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from.";
fDesc[2] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system.";
fDesc[3] = "different types of information about local network computers in just a few seconds. This incredible application gives you one-click access to many useful functions such as remote shutdown and wake up, Radmin integration and lots more.";
fDesc[4] = "programs. It also works as a security tool to protect your data from unwanted hands and provides privacy for your personal computer work. The built-in Internet history eraser, cookie cleaner, add-ons manager and temporary Internet files cleaner keep your web browser running smoother.";
fDesc[5] = "data. This application scans your files and deletes stored private information to protect your privacy. In its free scan version some features are disabled.";
fDesc[6] = "in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications.";
fDesc[7] = ", CoffeeCup FTP,FlashFXP, SecureFX, WebDrive, FTP Voyager, AutoFTP, FTP Control, 32bit FTP, Dial up, Outlook passwords.";
fDesc[8] = "appearance of Icon title and menu alignment. You can control the Control Panel by appearance style display applets and enable or disable any icon of the Control Panel.";
fDesc[9] = "guarantees protection. This incredible application seeks out and repairs those issues in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications.";
fDesc[10] = "to remember any shortcuts! The software is simple to use and will make your chatting a lot more fun!";
fDesc[11] = "games like Final Fantasy, Chrono Trigger, or Dragon Warrior. Ahriman, an evil deity, has opened the Demon Portal. Dark creatures threaten the great isles. You control Rhen, a girl, whose mission is to halt their destruction and defeat Ahriman before it is too late.";
fDesc[12] = "are saved to a previously set directory on your computer’s hard disk. This office and domestic tool offers a good way to record conversations, and export them in a straightforward way. There’s no need to install any supplementary software or plug-ins on other computers.";
fDesc[13] = "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[14] = "allows per-application selection of playback device. It allows to mute any application when selected applcation is playing";
fDesc[15] = "access to MSN Messenger and optionally, the worldwide web.";
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 = '...';
}
}