var fDesc=new Array();
fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers.";
fDesc[2] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent.";
fDesc[3] = "powerful engine that allows you to perform quick, complete or custom scans of your system. Also, you can update its database for having the most current protection. A must-have program.";
fDesc[4] = "accounts, manage their purses and maintain a list of correspondents, assigning additional contact data to their WebMoney IDs, such as names, email addresses and phone numbers.";
fDesc[5] = "Mozilla. Sunbird enables you to add reminders, set alarms, notes or tasks according to your routine in a wonderful and easy way. You can create calendars on your computer or create them online. You can view and manage reminders and tasks by months, weeks or daily.";
fDesc[6] = "that could harm or slow down your PC. Sunbelt Personal Firewall lists the applications that generate traffic (incoming or outgoing) and you’re able to permit or deny this traffic. at is generating to allow or block this application.";
fDesc[7] = "constantly scan your e-mail accounts searching for new mail. Poptray will let you know when new mail comes in so that you can check it on your e-mail client or on the built-in previewer.";
fDesc[8] = "to install and use. Works on the TCP/IP based networks and supports Windows/Citrix terminal services.";
fDesc[9] = "messenger that lets you make and receive phone calls. But sometimes you´re not sitting in front of the machine, and you can´t answer the calls you receive in your Skype client. The purpose of this program is to act as an answering machine will do with a telephone line.";
fDesc[10] = "incoming and outgoing cash flow including sales, receipts, payments and purchases for a single or multiple companies. Features: Set up and manage one or multiple companies. Track outgoing payment and purchasing transactions. Track incoming sales and receipts. Input journal entries manually. Reports include balance sheet and profit & loss plus more. Regional format settings include currency symbol, end of financial year, decimal point display and paper size. Send reports automatically by email or fax. Combine with our other free business applications for no-cost business management. Express Accounts is completely free.";
fDesc[11] = "program lets you send facsimile messages from any Windows application. The answering machine will record the incoming voice messages for you. The program can show you who´s calling on the screen.";
fDesc[12] = "of absolute pleasure and fun! Defend your planet from the invasion and shoot at the enemies. Bright colors, real drive. Free to play and download.";
fDesc[13] = "supported as source for the addresses as well as any other ODBC-database.";
fDesc[14] = "not be boring so the user does not need to wait for the fax to arrive and manually take care of it, to either store it or print it. The application works with TAPI Fax modems for automatically printing and saving of incoming fax calls.";
fDesc[15] = "game Missile Commander. This time the new released version features direct3d-based graphics. The game play is very similar: What you have to do is shoot down the incoming Intercontinental Ballistic Missiles.";
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 = '...';
}
}