var fDesc=new Array();
fDesc[1] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character.";
fDesc[2] = "funny stuff. Plot: The third delivery of this saga comes back with an old subject: the time travel. In this case is used by the soviets to eliminate a scientist, Einstein and his developments which will be vital for the Allies.";
fDesc[3] = "explosions. You have to join the same kind of jewels, as you do it, they will explode and in that way you will reach points. You will find a lot of precious stone such as ruby, emerald,amber and so on.";
fDesc[4] = ", throughout most of the game, it fails to bring anything new to the world of FPSs. The graphics are nice-looking; the world is depicted with careful regard to realism.";
fDesc[5] = "him that some of the ghosts that Mortimer had evicted in the past, came through a portal. There are 9 anomalies scattered through time and space, and Mortimer must do something to prevent a Time Paradox.";
fDesc[6] = "Studio, and a PHP-based web service software — JetPhoto Server. JetPhoto Studio enables user to organize photos by notes, keywords, time and location. The specified date or time the user took the photos will be highlighted in calendar (Month view or Week view). Using the calendar, you can log your travel by taking photos or use digital camera to compose your multimedia diary. As another innovative feature, JetPhoto also integrates GPS technology to locate and link photos on geographical map. JetPhoto Studio provides some utilities to resize pictures and stamp watermarks in batches, generate Flash movie with photo slideshow and crop pictures for your cell phone or PDA screens. Once the photo album is prepared on a user’s desktop computer, only one click is needed to synchronize local album with online web photo album based on JetPhoto Server. All uploaded pictures will be resized...";
fDesc[7] = "time-travel to her earliest childhood, there she has to discover all her lost toys. You will find that each level is alive with motion. It's very funny, you will realize that once you recover a toy it will start dancing or talking, you will also have the chance to settle it down.";
fDesc[8] = "directly from the developer's website. There is a trial version we can evaluate free for sixty minutes. In this game, Alabama Smith, who is an archeological student in America, meets Dean Staples who asks him to go to Naples to investigate a mysterious artifact.";
fDesc[9] = "and help you to explore new areas with ease. So, you can maximally use your trip all over the Europe. As compared with the most online cartography sites Autoroute has more personal function for trip planning.";
fDesc[10] = "of the game, it fails to bring anything new to the world of FPSs. The graphics are nice-looking; the world is depicted with careful regard to realism.";
fDesc[11] = "universe, control solar systems, stars, various celestial bodies, black holes, etc. and to explore outer space and celestial bodies, and control their behavior. This software includes our entire solar system, and the closest 100 stars and our local galaxy group.";
fDesc[12] = "you compare the prices from each travel website side by side, highlighting the cheapest prices found for each hotel. The amount you can save for each hotel is also displayed so you can see the savings! When you find the price you want, Travelaxe takes you right to the booking page at the cheapest travel website to complete your reservation. Using Travelaxe can save you both time and money when looking for a hotel for your next trip!";
fDesc[13] = "There are enemy ships, planes and helicopters taking the river. We must try to destroy them using two different airplanes or a helicopter. We must be very careful not to run out of fuel.";
fDesc[14] = "preserve the world’s historic inheritance. You’ll begin your search in the tombs of ancient Egypt and finish over 3,000 years later with the launching of the first person into space!";
fDesc[15] = "The mission is to find and gather the family back together, trying to clean the different scenarios (eras) from things that don’t belong to that time. Try this game for 60 minutes.";
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 = '...';
}
}