var fDesc=new Array();
fDesc[1] = "Orbit Downloader is a complete solution for your media and data downloading from the web. Orbit Downloader supports HTTP/FTP/HTTPS/RTSP/MM S/RTMP protocols and provides a total solution for downloading media from all the rich media sites like Youtube or Google videos.";
fDesc[2] = "licensed it to Media Contacts LLC, that offers it as freeware in its site. Orb Games sells this game in its own site. The goal of the game is to light up stars, that are around machines called Anchors. You´ll have to orbit around the anchors to pass over the stars.";
fDesc[3] = "selected. With SimSolar you’ll be able to tilt and rotate the entire system to view from any desired vantage point. Set the system in motion and watch the planets move around their orbits at any speed you select.";
fDesc[4] = "professionals, satellite communication users, astronomers, UFO hobbyist and astrologers. The program shows the positions of satellites at any moment (in real or simulated time).";
fDesc[5] = "images and animation of our Earth as seen from a spaceship in orbit around it. The camera moves in different ways and positions, so you will be able to watch amazingly beautiful sunsets and sunrises, as well as all kinds of very realistic atmospheric effects.";
fDesc[6] = "for bonus damage. Gyro Glue: Swirling and burning glue with a large area of effect [new]. Warp Gate: Wormhole + explosive objects from the 8th dimension appear.";
fDesc[7] = "your PC. I´ve provided a download link and a 1 byte file size to please the interface, but you don´t have to download anything. Just entering in http://us1.darkorbit.c om you´re ready to begin playing. All you will have to do is obtain a user name and password.";
fDesc[8] = "broadcast, emailing, archiving, FTP upload, chat server, windows media server, video recording etc. Use any capture device to stream video. Supports more than 1500 capture devices, TV tuners included Use the zoom feature with any webcam Tilt/Pan/Zoom for Logitech Sphere, Creative Live! Motion, Typhoon Motion Cam and others may be configured to run as Service";
fDesc[9] = "able to see the lights of big cities as our planet rotates. You can see the change from night to day as the Earth slowly revolves around the Sun, as well - with very realistic effects.";
fDesc[10] = "ground and fills it with lava. Streamers - Tons of streaming bullets that bounce everywhere. Mass Driver - Summons an asteroid from orbit... head for cover. Molten Plastic - Covers the terrain with burning bouncy dirt.";
fDesc[12] = "magnificence. Watch the surface of the planet as it moves slowly next to your spaceship. In the background, you will be able to see thousands of stars and other stellar bodies moving and twinkling.";
fDesc[13] = "activate the plunger to shoot the ball and utilize the left/right flippers to avoid the ball falling. You can nudge the table. There are five bonus stages (Palace, Cave, Felucca, Oasis, and Zeala) each bonus stage has its own bonus scoring and sound effects.";
fDesc[14] = "problem individuals with ease. Send users a message, lock their PC and record user activities for later viewing.";
fDesc[15] = "and astronomy. Easily create, run, print and save a simulation. Includes 30 premade simulations with activities page in html-format.";
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 = '...';
}
}