var fDesc=new Array();
fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users.";
fDesc[2] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system.";
fDesc[3] = "your neighbors efficiently. The game includes 3 different modes: Speed, Memory, and Simon says. The three of them offers a different game play, although you're essentially doing the same thing: picking orders and dropping them on the corresponding restaurant.";
fDesc[4] = "Screensaver delivers the excitement of a real-life fire experience direct to your computer desktop. Discover beautiful flames to relax by, with the crackling sound of a real fire and the melody of your favorite song. Our Free Fire Screensaver sets a relaxing and romantic mood any time of the year, especially during cold winter nights. Just rest your mouse for a while, sit back and relax. The desktop dims out and starts to glow ardent orange, creating a glorious effect with flames that seem alive. The flames are curling up and dancing on the desktop icons and open windows as if they were wooden logs in the fireplace. The screensaver offers crackling and popping sounds. This adds greatly to the realism of the fire scene. You can also listen to music when the screensaver is engaged. Select a music track from the music set that comes with the screensaver or choose your own file for...";
fDesc[6] = "same color, vertically or horizontally, to make them disappear from the board. In order to get to the next level you will have to make a certain number of matches";
fDesc[7] = "with the creativity of the developers.You will discover a world full of fantastic creatures and magic as the pure Japanese style.";
fDesc[8] = "image. The program allows you to use more than 50 effects, including both traditional and original ones. You will be able to take a look at your photos in the rain and snow, in fog and up in the sky, add some sun light to it or swirl it in a typhoon... You can combine effects and create truly fantastic compositions. It is possible to apply the selected filters both to the entire image and to its parts highlighting the most important fragment of the photo. Photo Effects will help to decorate your home photo album, website and will even allow you to create an original greeting card. Photo Effects makes it possible to not only process, but also decorate photos. It offers you more than 100 frames and masks that will decorate portraits, landscapes and even simple casual shots. Features: Effects - There are five categories of filters here: color effects, lighting effect, traditional...";
fDesc[9] = "pilot and you will have a lot of races to win. Plot: Before to start playing you will see the classic difficulty selection screen, which varies with the ease of the car for damage and broken.";
fDesc[10] = "photography. It can reproduce a lot of camera, filter and darkroom techniques. Simply speaking, this is a must have for people who work at a professional level.";
fDesc[11] = "almost feel the gushes of wind! You sway up and down in the waves listening to the thunders and watching the lightings as the sun goes down in the horizon. The FX sound is awesome providing all the fantastic realism of atmospheric effects!";
fDesc[12] = "ready for the contest called Town of the year. The game is the second release of the sequel and includes great improvements and amazing new features.";
fDesc[13] = "development of the storyline takes place within the continent of the Hyborian kingdoms. The art design in this game is really fantastic, and particularly the sound is essentially flawless.";
fDesc[14] = "to keep the shelves of the supermarket stocked, so that the customer can get whatever they want without losing patience. All the customers have different personalities, food tastes and patience levels, and they include common people, movie stars and teenagers.";
fDesc[15] = "have to destroy the bricks in order to complete your collection of antique plaques. The game does not show any significant differences with the original Bricks Of Egypt but only a few things were added.";
fDesc[16] = "action takes place at Rupture Farms, where Abe and other Mudokuns are slaves. After learning that he and his fellows are going to become the ingredient for a new dish, Abe decides to escape, but not on his own; he will try to rescue his fellow Mudokons. So the odyssey begins.";
fDesc[17] = "to sell them and get money. You will have to plant seed, water the plants, pick the vegetables and fruits, and also eliminate pests with insecticides.";
fDesc[18] = "variations including Klondike, Tri-Peaks, Pyramid, and Spider! Play a relaxing game of card-matching, or try the all-new Challenge mode that puts a brain-bending spin on classic fun!";
fDesc[19] = "displayed from different camera angles in true 3D. The wonderful thing about it is that it changes constantly, making a marvelous panorama.";
fDesc[20] = "either ‘versus’ or ‘team battle’ modes to utilize various pinball mechanisms. The game includes the four traditional tables: Streets of New York, Factory, Shipwreck, and Bay and two non-traditional games, Island, and Island in the Night.";
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 = '...';
}
}