var fDesc=new Array();
fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users.";
fDesc[2] = "that needs to eat smaller fishes to grow up; likewise, we get points, bonuses, and pass on to next levels. The game becomes more and more interesting (and difficult) as we grow bigger and get to eat our old enemies.";
fDesc[3] = "in the next generation of real-time strategy. Battle it out in unprecedented detail on full 3D environments with all-new units, including Aurora Strike Bombers, Dragon Tanks, and much more!";
fDesc[4] = "client tool. The program is compatible with Linux and Microsoft Windows and provides data encryption and password security.";
fDesc[5] = "to run different operating systems on the same computer. For example, if you install it in Windows, you can create a Virtual Disk (just a big file to reserve some space) and install another operating system (like Ubuntu) on it (file). A portion of RAM is to be set aside for this OS to be run.";
fDesc[6] = "simple interface. According to popular software magazines, it is one of the best players for tired eyes or dark environments due to the image control it integrates.";
fDesc[7] = "generated 3D world environments created using Skyline's SkylineGlobe products. With Terra Explorer installed, you can access photo-realistic, aerial image based terrains over the Internet, an intranet, or a DVD/CD-ROM.";
fDesc[8] = "new look to our classic photo albums, and it is very unique and easy to share. Thanks to the in-built 3D designer templates, we can now view our images in several exciting 3D environments like showrooms, art galleries, neon maze, Halloween, camp, Chinese garden etc.";
fDesc[9] = "client suites around and is specially useful for corporate environments. Of course, this application has all the main features of an FTP client - you can connect to FTP sites, create, delete, modify, rename and copy directories and files, and more.";
fDesc[10] = "skills and knowledge. The farmland environments and vehicles have been simulated with such realistic attention to detail, and are so easy to navigate, that you will soon be enjoying a virtual taste of the good life.";
fDesc[11] = "on Java technology. This rich, platform-independent and scalable graphics can be incorporated within Java based applications and applets. It runs on JDK v1.5 and higher and is also supported by other operating environments like; Windows, Linux, Solaris and MacOS X.";
fDesc[12] = "fantastic environments fighting his main enemies: lions. The real objective of the game is to collect a certain number of magical gems per level that allows the player to get to the next one.";
fDesc[13] = "recovery, system migration and data protection for Windows computers. The program allows you to perform all this actions through a tabbed interface.";
fDesc[14] = "course editor. It's no different if you are an expert player or only a beginner, just go get ready to tee off and play a fun match with four animated cool characters. Go all the way through 36 holes of minigolf on designed 3-D courses.";
fDesc[15] = "integrates with Windows Explorer. There is a system of flexible settings with the automatic detection of J2SE and J2ME environments on your computer.";
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 = '...';
}
}