var fDesc=new Array();
fDesc[1] = "efficiently and effectively. The suite includes Microsoft Office Access 2007, Accounting Express 2008, Microsoft Office Excel 2007, Microsoft Office Outlook 2007 with Business Contact Manager, Microsoft Office PowerPoint 2007, Microsoft Office Publisher 2007 and Microsoft Office Word 2007.";
fDesc[2] = "Premiere Elements. This extraordinary program has incorporated plenty features that will help you to create your own motion. It has also its own templates, elements that will definitely help you to create and innovate a special motion.";
fDesc[3] = "an incredible game, you fall in love with GameSpy Comrade, a revolutionary desktop software designed to make it easier and faster to play games online with your friends.";
fDesc[4] = "“Quick Learning” option offers you the survey of the program showing the main options. It is possible to change all icons on your PC by applying icon themes or to change icons of individual discs and folders.";
fDesc[5] = ", including small fish and large sharks. Your objective is to catch as much fish as time allows you. Join your counterparts!";
fDesc[6] = "is part of this big HP family and this company is dedicated to the imaging products. Within its web site there is a section called Design Center, where you can find and download different templates.";
fDesc[7] = "of Flash websites, HTML websites and Flash presentations.";
fDesc[8] = "popular video-sharing website in the world, YouTube. The program will download the files and save them as FLV files wherever you want them to be saved in.";
fDesc[9] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more.";
fDesc[10] = "Face a challenge of serving the clients who are constantly arriving. Serve with beer the clients of the bar as fast as possible to avoid a queue. Each client has a drink of his or her own color. It will turn out badly if you serve a wrong drink. As the queue gets longer, the clients become angry so that they can even punish you. Get scores for serving the clients. You can also get different bonuses that will help you to perform this challenging task. Join your counterparts from all over the world and beat your best score! If your score is among the Top 10, you can upload it to our Web site and thousands of other players all over the world will be able to see your highscore! Are you up for the challenge? Download Barman's Life and Play for Free!";
fDesc[11] = "world by removing mines and destroying monsters! Download Bomb Threat and Play for Free!";
fDesc[12] = "boat at the sea moving toward to destroy enemies at land and ocean, like tanks, rockets and cutters. Keep fighting, allies will come by air as bombardiers to help.";
fDesc[13] = "horizons and get food. Max is growing up, demanding that the meal should be more substantial.";
fDesc[15] = "finish first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!";
fDesc[16] = "free the population of the planet. Well-equipped detachments of enemies spaceships stand in your way.";
fDesc[17] = "very fast. The program has a main window (draw area), and 2 toolbars: 'Shape' and 'Surface'. You can play with them to get the desired effect. Then, save it as a bitmap or copy it to the clipboard.";
fDesc[18] = "are in search of a reliable tool that would make it easier for you to download a number of images from the net for various purposes then Web Pictures Downloader is your answer.";
fDesc[19] = "population of the planet. Well-equipped detachments of enemies spaceships stand in your way.";
fDesc[20] = "websites Flash videos shared quickly, just by typing the URL where the video you want to download. Tiglesoft web sniffer allows video download videos from websites such as YouTube (the video-sharing site more popular these days), break and metacafe.";
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 = '...';
}
}