var fDesc=new Array();
fDesc[1] = "hardwares. Generally, the blurtooth devices come with a driver cd where you have this program. BlueSoleil BlueSoleil 6.4's default view is the \"Bluetooth Places\" which is like the Nokia PCSuite's Windows Explorer extension. \"Search Devices\" icon can be run for finding bluetooth devices.";
fDesc[2] = "the best space RTS ingredients. A long history, several factions, hundreds of weapons, strong multiplayer component and many ships and flying hours.";
fDesc[3] = "invasion to take over the entire solar system! Journey to each planet and fight your way through to save the world (again)! One or two players.";
fDesc[4] = "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[5] = "catalogue of 10,000 nebulae, galaxies and star clusters, a calculation of astronomical phenomena visible from the Earth, and a calculation of the positions of the principal satellites of Mars, Jupiter, Saturn, Uranus and Neptune, comets and asteroids.";
fDesc[6] = ", the giant of our system, Jupiter, and even the farthest planets like Pluto and Neptune. When the view is near a planet, a small textbox will appear, giving you information about the planet that you are watching.";
fDesc[7] = "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[8] = "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[9] = "you the opportunity to become a space tourist and go on a tour around the Moon. You will be able to see many of the most familiar places like the famous Sea of Tranquility, amazing lunar landscapes, and even take the tour to the other side of this magnificent orb.";
fDesc[10] = "program, you will be able to see Mars landscapes each time your computer goes idle. When installed, Solar System - Mars 3D Screensaver will place a direct link in your desktop, that will let you preview the screensaver.";
fDesc[11] = "strategic alliances and battle for control of the planets across the solar system. Their main objective is that the Alliance doesn't fall under the control of the Coalition. The game can be played single or multiple players. Futuristic spacecrafts and missiles can be chosen.";
fDesc[12] = "enjoy the peacefull space scenes, with billions of stars and interstellar matter around it. The full version of this screensaver can be downloaded at no cost.";
fDesc[13] = "98% of the total solar system mass. One hundred and nine Earths would be required to fit across the Sun's disk, and its interior could hold over 1.3 million Earths. The Sun's outer visible layer is called the photosphere and has a temperature of 6,000°C (11,000°F). This layer has a mottled appearance due to the turbulent eruptions of energy at the surface… Features: Full 3D environment Photo-realistic colourful graphics Relaxing space music Digital Clock Digital Clock FPS counter Hear the call of the universe! Great variety of fascinating space scenes! Put the ultimate source of light and heat in our Solar System on your desktop!";
fDesc[14] = "views all planets of our solar system on your desktop. You can set different cameras to view whole solar system. Included is also an informative mode which makes you able to see more details about all planets. Optional is also an arrangement of planets relative or realistic orbit with lovely background music. 3D Solar System screensaver supports multiple monitors. You can even set your own MP3 as a custom soundtrack and many more features... Benefits As a registered customer: No nag-screens No time limit All features will be enabled Technical support via e-mail All future upgrades for free Ordering is RISK-FREE! We offer a full 10-day money back guarantee!";
fDesc[15] = "installing this screensaver on your PC you will be able to look at the Neptune from a close distance, as if you were an astronaut in the space. Also you will be able to see sparkling stars while circling around the Neptune.";
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 = '...';
}
}