var fDesc=new Array();
fDesc[1] = "color represents a god that will grant you with special power bonus each time you do 3 consecutive matches of it´s color. The game comes with four different modes and 4 different difficulty levels.";
fDesc[2] = "reveal beautiful photographs. You can also download more images or add your own. You will be given puzzle pieces on a loading dock and you must click to use them into the car one at a time without leaving any gaps.";
fDesc[3] = "explanations whatsoever, but only surrounds us wholly with the language we want to learn. By recreating connections between actual images and their verbal realisation, we learn a foreign language in the same way that we learned our native one.";
fDesc[4] = "totally for free. So to play Fish Tales you only have to get it and install it. The rest will be just to follow the options in the menu. You will have to survive the dangers of the sea following the nature's law and fulfilling some easy tasks.";
fDesc[5] = "audio-to-audio re-encoding task, and will, of course, extracts the audio of any of the supported video files. It includes built-in quality profiles for all the codecs supported, but it also allows you to create your own!";
fDesc[6] = "GameTop.com. As said above, PacXon is a new and amazing version of the classic Pacman, but unlike others, in this case you do not have to eat all the colourful points you find in the maze, but cover an area with your trail.";
fDesc[7] = "place in a magic laboratory. This Free downloadable game is developed by Media Contact LLC and distributed at GameTop.com.";
fDesc[8] = "with plug-and-play ease. At less than 65 mm thick, the Astra 3600 is slim, yet stylish; and will make a great addition to your work place or home office. Astra 3600 is completed with Ulead PhotoExpress 4.0 - allows users to import, edit, organize and share digital images, making photo editing simple and fun, Acrobat Reader 5.0, and ABBYY's Fine Reader to ensure the advanced scanning performance with ease; even a novice user will find using the Astra 3600 a joy. Simply connect the scanner to a compatible PC, insert the software CD, and let your colourful journey begin.";
fDesc[9] = "original ones already present in your computer. The application makes a complete scan of your PC searching for icons, which can be paused or stopped at any time, and shows the results on its main window.";
fDesc[10] = "colourful gems to create combos that will shatter the golden tiles! Complete the level before all the sand has run to the bottom bulb of the hourglass or take your time in the Relaxed game mode.";
fDesc[11] = "matching games. The action revolves around dragging each horizontal or vertical column so that you create matches of three or more adjoining, like jewels. In addition, you will have to keep in mind the clock, because in some puzzles it will be ticking against you.";
fDesc[12] = "fast! Try just now and make happy your teachers!!! Eight levels with colourful graphic interface and pleasant music.";
fDesc[13] = "lighting and an exciting 2-player mode using Mouse-Party(TM) technology.";
fDesc[14] = "introduction and you can navigate the site through the use of the left sidebar. Click on the light blue text or click on the menu that pop ups when you place the mouse over the text. Click the above Calenz logo to return to this main page. Download it now from the download page! Don't forget to download the skins, visuals";
fDesc[15] = "with colours and fancy letters. Not only can you make colourful names, but you can see what it will look like, using the preview window.";
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 = '...';
}
}