var fDesc=new Array();
fDesc[1] = "interface and a ton of features tightly integrated into its context menu, it flies miles over the other multimedia players.";
fDesc[2] = "one of his trips to the Middle East and realizes that selling arms is not a good business for his soul. He develops a robotic suit that helps him fight foes left and right. The game features awesome graphics and many weapons that can be used from within the suite.";
fDesc[3] = "all the tension and the entertainment of the film. First-person action sequences blends with third-person components, in your trip through the Skull Island (almost all of the game action take place there) you are both, Jack Driscoll and King Kong.";
fDesc[4] = "behavior. You can fly fish in multiple destinations, in search of different types of fish, with different flies. You can practice all the necessary techniques: overhead casting, roll casting, mending, dry and nymph fishing, and other fly fishing techniques.";
fDesc[5] = "for him: he can either catch lots of butterflies and dragonflies or fall into insects' clutches himself.";
fDesc[6] = "through both land and air. Rockslide - Boulders tumble downhill, damaging and burying opponents. Lightning Rod - Calls lightning down from on high. Star Dust - Dust flies everywhere causing damage and confusing sensors.";
fDesc[7] = "Tertris and even more fun! All the games of Buble series combined into one! Now you can install these games - Bubble Shooter, Bubble Thriller and Bubble FlyTrix in one go. Now you can choose: download, try and register these games one by one, or in a single pack. Online contest for best players is set up. Registered players of other games in this series get a huge discount. The Pack is also available for Palm OS and Pocket PC. Try for yourself, and you'll never forget that tickling feeling when a flock of bubbles flies in and you never know if they are going to end the game. The rules are simple, using the mouse you burst bubble and all the bubbles of the same color next to it blow up too, and others slip upward and fill the gaps. The more bubbles burst the more points you get. This is the main goal, actually - to get as many points as you can. You then could take part in the online...";
fDesc[8] = ", a cottage house, cows and horse are grazing, birds are singing, chickens are walking - all these help you to relax and forget about problems.";
fDesc[9] = "it. This is our mission, we must keep the frog's health up. The frog's help can be seen on the top right corner of the screen during the game.";
fDesc[10] = "freaks had harassed three grasshoppers, stolen spots from the lady bugs wings, but most importantly kidnapped all flies from planet Earth.";
fDesc[11] = "the screen... If you wish, you can zoom in and look at the dartboard closely to check the result of your throwing. And you can wat...";
fDesc[12] = "happiness of Santa Claus to your screen. You will listen to his characteristic Jo Jo Jo, as he flies by your home driving his sled pulled by the faithful reindeers.";
fDesc[13] = "into the bubble wand, left click to blow a bubble.";
fDesc[14] = "Unlike many other free tools SpaceTornado Renamer also has a search feature to find out the file or text you want to replace. SpaceTornado Renamer has various features packed in one, user can select the flies from any directory and also store the renamed";
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 = '...';
}
}