var fDesc=new Array();
fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good.";
fDesc[2] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version.";
fDesc[3] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[4] = "You control the character with the cursor keys (to move it to the right or left) and you jump with the spacebar. You must remember that the steps are covered with ice, so they are very slippery. Be careful when you jump, without falling.";
fDesc[5] = "version of this successful sporting saga in the United States and North Europe. The fans of Hockey, may feel the excitement of the sport in this new delivery of the EA Sports series.";
fDesc[6] = "shows a beautifully designed clock made out of ice, in a pond or a creek. You will be able to see the ice breaking apart, while some small fish swimming by, in the water under the ice.";
fDesc[7] = "paradise. Her uncle is getting old and tired and is thinking about retiring, but he wouldn’t like to sell his island to some unknown reach. So he had thought about letting the island in charge of Anna, but he wants her to show her capabilities of selling ice cream first.";
fDesc[8] = "love this fun game! As a matter of fact, you won’t be actually eating ice cream in the game, but you’ll be serving those crazy customers who want they orders ready as soon as possible. You can try this game for 60 minutes.";
fDesc[9] = "business. You must serve your customers by matching identical type of scoops of ice creams. Try to form special groups like scoop ring and giant scoops to get extra bonus.";
fDesc[10] = "commercial investment. You need to serve to customers and decide investments to expand the business. It is for the whole family, because it can be played even by 4 years old.";
fDesc[11] = "sell. Then we go to a neighbourhood to sell them. We must try to remember what are the most demanded ice creams to be sure to get some of those for the next day. We can also spend some money on promotion so as to get more customers.";
fDesc[12] = "protect your most important files and directories. To achieve its goal, the software uses Reed-Solomon codes, a widely-used method. You can use ECC files either to generate auxiliary files to make the recovery, or even to include the source file in the ECC file.";
fDesc[13] = "needs and prepare the type of ice cream they are searching for. In this game you will travel around different islands making your ice cream business grow. Your clients will have different attitudes and patience, some are young people some are old.";
fDesc[14] = "mirrored directory to the master directory and correct any disparities. ICE Mirror allows ultra fast mirroring because it performs incremental updates. In other words it only copies files that have changed. If only a few files have been updated, it performs very fast.";
fDesc[15] = "downloading and purchasing. The game provides players with a fun, brain-training arcade experience. Triangles of same colors should be correctly lined up by rotating - thus disappearing and allowing other tiles to fall. The object of the game is to try to get rid of them all.";
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 = '...';
}
}