var fDesc=new Array();
fDesc[1] = "content on your PSP. Sony Media Manager for PSP is now free in Japan and have been replaced everywhere else by Sony Media Manager Pro, which is a commercial version that includes the ability to transfer Playstation 1 games.";
fDesc[2] = "approach to 3D modeling. Complex models can be constructed from simple 3D primitives, or created using 3D Canvas' Object Building Tools. Modeling tools are provided to deform, sculpt, and paint 3D objects. Creating an animated scene is as simple as positioning the objects within your scene for each point in time in your animation. 3D Canvas will ensure that the resulting animation runs smoothly. Your animation can be stepped through a frame at a time, viewed in real-time, or recorded to a Video (AVI) file so that you can distribute your creation. Tool roll-up groups allow you to customize the 3D Canvas interface so that only those items you use most frequently are visible. And if you need access to a less frequently used feature, the tool roll-up is always one click away. The standard version of 3D Canvas is a fully functional product provided as freeware. Upgrades are available for...";
fDesc[3] = "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[4] = "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[5] = "both with the computer and a human partner, analyse chess positions, and solve chess problems.";
fDesc[6] = "farm grow as you invest the money you earn on each activity and bonus stages. Enjoy this fun puzzle game where you will be doing farm tasks.";
fDesc[7] = "pig wearing a Santa’s hat. The protagonist of this game is a female pig that is a specialist at cooking apples dessert. The mission in this game is to bake homemade apple pies for her little piglets, but before she can bake these delicious apple pies she has to gather some delicious apples.";
fDesc[8] = "photos, taken by the renowned wildlife photographer Rich Beckman, you will enjoy observing lions, leopards, cheetahs, zebras, giraffes and many other animals, while solving brain-teasing puzzles.";
fDesc[9] = "second part, they created a virtual finance world in which they integrated a more realistic life, where more variables have been introduced to the game";
fDesc[10] = "elements of puzzle to this popular arcade game. The bricks will change color when the ball strikes them, from violet to red, and when a red block is hit it will vanish. When you drop the ball or fail to hit a block, a new line of bricks will appear at the top. Both installer and uninstaller are provided (Flash Player 5 is needed to play this game). Online contest for the best players is set up on the Internet. Make sure your connection is up when submitting your results.";
fDesc[11] = "money for Tieldgrove people. Challenge your speed ability and moves dropping, catching and shooting diamonds in order to form big groups of identical diamonds to collect them.";
fDesc[13] = "games found nowhere else. Pretty Good Solitaire contains a solitaire game for every mood. Whether you want an easy, mindless game or an intellectual challenge, you will find it here. Pretty Good Solitaire is easy to play, giving you the choice of the standard drag and drop or its unique quick right button mouse clicks to move the cards. Don't settle for just being able to undo one move again, with Pretty Good Solitaire you can undo every move and redo them again if you wish. Leave a game while it is in progress and Pretty Good Solitaire will save it for you - when you enter that game again it will play the game back for you to where you left off. You can submit your statistics to the web site and see how you rank against other players. Pretty Good Solitaire has large, easy-to-read playing cards and lush backgrounds that make playing solitaire a visual delight. You can change the...";
fDesc[14] = "any or all of the eleven different plants available at the bottom of the window. There are star daisy, iris, violet, buttercup, daisy, day lily, maiden grass, sunflower, lily of the valley, jonquil, and tulip.";
fDesc[15] = "'Puzzle Mode' with classic gameplay and no distractions, or choose the challenging 'Arcade Mode' featuring bonus lamps and alien monsters. Your job as a bloxter is to produce energy in a block reactor, using colored blocks and various tools. You may encounter alien life-forms called vaders (Arcade Mode only). Some of these vaders are evil, while others will help you. Bloxter is easy to learn, especially if you have played games like Columns (from Sega) and Tetris (from The Tetris Company). Drop colored blocks and try to form lines that will react and disappear.";
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 = '...';
}
}