var fDesc=new Array();
fDesc[1] = "out anymore under the belief of common phenomenon, and 'Gunbound' is the only battle is the ‘Lond’.Gunbound battle is the last battle game in the Lond, and it is really popular.";
fDesc[2] = "period. The game starts with a team of US scientists who are sent to an island in the south of China to investigate a weird phenomenon but face a blockade by the North Korean government. Needless to say, that is one critical situation.";
fDesc[3] = "is the creator of the original script of the video game.The argument of Jericho takes you to a city in the Middle East, Al-Khali, erected on the ruins of other ancient cities.";
fDesc[4] = "follows the classic system of point and click. Secret Files Tunguska begins with a mysterious abduction of the scientist Vladimir Kalenkow.";
fDesc[5] = "choose the category you need, adjust the location and time settings, and even edit the messages as well as categories (add/remove option is only available), and take the advantage of subliminal messages' effect.";
fDesc[6] = "our daily lives - and yet how much of the subject do we really understand?";
fDesc[7] = "capture device to record video directly into the program. Once you have recorded the video, the real fun begins!";
fDesc[8] = "the introduction to the story behind this house. You will learn about the family that used to live in the house. A perfectly normal and happy family. And, suddenly, the people from the town started asking about them, since they haven't been around for a while.";
fDesc[9] = "then later be used as raw material for Electronic Voice Phenomena sessions. You can then build your own EVP session by using as many sound samples as you wish and typing in specific questions to be answered by paranormal voices.";
fDesc[10] = "that students can actually see what happens in some natural conditions that are not easy to see in real life. This awesome application consists in a collection of different sub-applications, each one simulating a specific phenomenon. Thirteen modules are included.";
fDesc[11] = "theme revolves around small globules named chromates. The players have to use the chromates in order to clear the path to the ‘scenery in paradise’.";
fDesc[12] = "world from your computer. For high call clarity and low calling rates , for details visit our website http://beyondphone.com";
fDesc[14] = "Asteroids from pounding into the Earth and destroying mankind. You have 3 ships to annihilate all that space debris with unique features!";
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 = '...';
}
}