var fDesc=new Array();
fDesc[1] = ", your adventure will begin after knowing that your grandfather left you a strange and old coffer. At the beginning of the game, you will see an explanation about an ancient pirate treasure, which had an unique artefact,";
fDesc[2] = "for prince Albrecth who had disappeared. Unfortunately, Tristan’s people were massacred by the horrible daemons inside an underground labyrinth in their search for the prince.";
fDesc[3] = "gives you a fantastic plot set in medieval times in a vast region divided between a corner of shadows beneath the earth and a splendid sunlight place. In this amazing game, you will enter the two worlds.";
fDesc[4] = "individual basis. Joining it back in the same file again is very simple. You simply double click in the autogenerated executable file you find in the folder you chose for the splitted pieces and they will automatically be merged in a single file equal to the original.";
fDesc[5] = "variety of files, to many destinations, in a completely automatic fashion. You just have to schedule it and forget all about it, the program itself will take care of the job. Besides it’s free of charge and runs on Win98/Me/2000/NT/XP/20 03/Vista.";
fDesc[6] = "incredible space scenes that capture the mysterious beauty of outer space. Enjoy up close and personal 3D space scenes including 3D planets, comets, asteroids, stars and many other space objects.";
fDesc[7] = "provided by the game. You have to look the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[8] = "United States. Start your mission at the Acropolis in Athens and travel all around the world in order to fill the 3 chambers of the museum, the West Wing, the East Wing and the Main Hall. Good luck on your search!";
fDesc[9] = ", but it’s different from others games alike since it has twelve-in-one solitaire games which is great in order not to get bored any soon. All twelve solitaire games offer a thorough explanation of how to play in the beginning.";
fDesc[10] = "Applications including; complete applications, groups of libraries, single objects.";
fDesc[11] = "graphics and added a fascinated card game. They did it for you to take a veritable pleasure from the game Egyptian Pyramids Videopo";
fDesc[12] = "usage and your employees computer related activities by allowing you to monitor any targeted machine within your company's network.";
fDesc[13] = "really need! All people like it as it gives food for thought and tickles their nerves! Play this game! It is hazardous and fascinating!";
fDesc[14] = "Poker. May be it release you from custody? Relax and listen to music, get pleasure from excellent graphics and the game!";
fDesc[15] = "and added a fascinated card game. They did it for you to take a veritable pleasure from the game Egyptian Videopoker!";
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 = '...';
}
}