var fDesc=new Array();
fDesc[1] = "deal with your screensavers collection. Needless to say, Astro Gemini Software provides this tool free of charge and is extremely easy to use, so you don’t have to take too much time to learn how to use it.";
fDesc[2] = "blocks of the same color together. There is also a \"Supa Weapon\" available which can be used when it's fully charged.Each time we fill up our Brick-o-Meter we will get to the next stage.";
fDesc[3] = "view. The game view is not really upper view, but a high view of the rear part of the spaceship. As in many other games of this type that we may know, in Astro Avenger 2.0 we must fire everything we find in front of us.";
fDesc[4] = "There's a choice from more than 450 (!!) text effects and over 80 other effects.";
fDesc[5] = "software has the capability of taking you away into an environment of peace by making you experience and appreciate the Cosmic Beauty of the Universe. The 3D Astro Clock Screensaver comes with the view of a beautiful analog clock which is decorated with golden wire-mesh.";
fDesc[6] = "pretty natural considering the subject.This screensaver, besides being entertaining can be educational as well, since it gives some information about each planet included in our solar system.";
fDesc[7] = "controlling the ship with your mouse. You can fire regular ammunitions (laser) and rockets. You start the game with four lives, full level of power, and full level of armor. Every time you got hit by the enemies, you lose some armor level. Try this game for 60 minutes.";
fDesc[8] = "facilitating the users. It integrates programs right from MEandYOU, N_Interp, YOUandME, Transits, down to Keywords, a versatile application for helping the user become better at general astrological analysis.";
fDesc[9] = "test ... if you blink, you're dead.";
fDesc[10] = "asteroids as possible (and any other flying object that may appear on scene), and try to destroy them completely, or at least divide them into smaller pieces. At the same time, we must stay alert and try not to be hit by any of the flying rocks/objects.";
fDesc[11] = "to treat astrophotos in this way before putting them on the web for display. It can of course be used on any type of photo, as it works on any image file.";
fDesc[12] = "destruction. Take control of a ship armed to the teeth and ready for war. Soak up jaw-dropping visuals and ear-shattering audio.";
fDesc[13] = "play any of these four games: Asteroids Classic, Asteroids Retro, Astro Hunter 3D Deluxe and Astro Blast Extreme. The four games have a high score table, easy-to-use interface, and many customizable options. We can evaluate this collection free of charge.";
fDesc[14] = "with what the stars and planets have reserved for you. You will see the Zodiac wheel turning right in front of your eyes accompanied by stellar music. Watch all the signs of the Zodiac turning around, along with beautiful light effects.";
fDesc[15] = "his/ her relationships based on the planetary positions at the time of birth. The calculations are based on the astrodynes.";
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 = '...';
}
}