var fDesc=new Array();
fDesc[1] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs.";
fDesc[2] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information.";
fDesc[3] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages.";
fDesc[4] = "after purchasing a Canon Digital Camera. This software have been designed for communicating the camera with the computer in order to save and display the downloaded images at once. After saving the images we can print them. It runs under Windows XP and Vista OPs.";
fDesc[5] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all.";
fDesc[6] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale.";
fDesc[7] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[8] = "camera, supporting added for Vista ServicePack 1 (SP1). It can manage and edit JPEG,RAW and TIFF image file formats.";
fDesc[9] = "that your faction dominates the empire. You will have to choose between three factions: the Brutti, the Julii and the Scipii. These families had a very big influence in the ancient Rome. Each of those families have different goals.";
fDesc[10] = "time. Don“t forget to keep your customers happy so they will give you bigger tips. Drive all kind of cars from different kind of customers. Enjoy this great game as you work on a parking lot.";
fDesc[11] = "deal with several customers who arrive to take thier favourite cakes. The plot behind the game seems quite interesting at first sight: a recently graduated girl, looking for her first job, applies and gets a job as a cafe manager.";
fDesc[12] = "family and you have to do that in time. The game has a Sim-like top down view and it looks good. But it gets repetitive very quickly, you might want to try it first.";
fDesc[13] = "vertical inclines, killer jumps, and sharp bank turns. The player will jam through giant snowflakes and charge big tables. The program will install WildTangent console in order to properly run SuperJam. This console may be needed to run other WildTangent games, too.";
fDesc[14] = "all day. I don't charge by the hour, usually, so the time is not a big factor in my invoicing. However, I spend time doing tasks that help complete the final project. Now, I hadn't used a time manager before, but I did for my last project.";
fDesc[15] = "and a percussion synthesizer. The program has a 100% synthetic sound which is rendered in real-time. There is no need for samples whatsoever. It also features an over-sampled oscillators as well as accurate sample triggering.";
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 = '...';
}
}