var fDesc=new Array();
fDesc[1] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there.";
fDesc[2] = "cartoon-like graphics, several dozens of bonuses, weapons and treasures, a lots of levels and levelpacks.";
fDesc[3] = "not just limited to voice changing, but it is also optimized for online gaming and it may be even used for playing pranks with friends via VoIP and instant messages as well.";
fDesc[4] = "features more than 150 3D levels and 3 difficulty settings, which include original maze-like scenarios full of adventure and action. The graphics are awesome and the characters are very funny and colorful.";
fDesc[5] = "top, a phone and a magnifier to help you solve each case of this game. Your magnifier will turn red when you must check an item. You must collect some things to use them some other times to find some clues or solve the case.";
fDesc[6] = "techniques that makes the user feel comfortable with an easy interface. The main reason behind the development of the software is to make the downloading very fast in comparison to previous techniques.";
fDesc[7] = "Parashara system. It also includes elements of the Systems Approach (SA) to Indian Astrology by Professor V.K. Choudhry of New Delhi. To build an horoscope, you´ll need to fill the Chart Data, pressing over the File and then the New option.";
fDesc[8] = ", you will have to buy upgrades, set prices, manage your snack bar, hype your Cinema, train your staff, and much more. Cinema Tycoon has three different game modes: Mogul, Megaplex Star and Cinema Czar.";
fDesc[9] = "school and college math students. This Junior version doesn't permit you to print graphs, but you can always export the graph to a BMP image file";
fDesc[10] = "providing them with a virtual airline operations expansion where users begin their ‘careers’ as Junior Pilots at an airline and fly their way through the program to work their way up through the routes and ranks, finally achieving the coveted left seat they aspire to.";
fDesc[11] = "- the football-player and magician, who will show you how to correct colors on your photos, with his ball.";
fDesc[12] = "and/or follow-up category. Allknowledge records can be linked to web-pages and/orlocal files.Junior is a fully searchable knowledge ba...";
fDesc[13] = "children, the game has something for everyone. It features new elements to the game formula that make it even more strategically sound. An excellent puzzle game for ALL ages.";
fDesc[14] = "solve. All 50 levels are of a lower difficulty than the standard \"The Curse Of Ra\", making them easy to solve and fun to play. The Curse Of Ra is a next generation version of the classic mahjongg game. It introduces new elements such as bombs, magnets and walls, and uses the one-layer two-angles arcade rules.";
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 = '...';
}
}