var fDesc=new Array(); fDesc[1] = "the best space RTS ingredients. A long history, several factions, hundreds of weapons, strong multiplayer component and many ships and flying hours."; fDesc[2] = "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[3] = "full year and of individual month of 25 types. You can also set dual calendars, date conversion between the already named calendars plus Aztec Tonalpohualli, Aztec Xiuhpohualli, Balinese Pawukon, Thai solar, old Hindu Solar, old Hindu Lunisolar and Mayan date formats."; fDesc[4] = ", 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[5] = "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[6] = "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[7] = "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[8] = "aspect lines to Ascendant and MC, relationship charts, set up separate options for progressed aspect orbs like solar arc aspect orbs and transit aspect orbs."; fDesc[9] = "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[10] = "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[11] = "to convert between dates in the Gregorian and Julian calendars and dates in four lunar calendars."; fDesc[12] = "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[13] = "orbiting planets. Starting with your home world, build up your ships and strategy. Scout out nearby worlds, send fleets of ships to attack or send anni..."; fDesc[14] = "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."; fDesc[15] = "overshadowed. With this information you can then accurately position overhangs, curtains and shadings. The Solar Tool is easy-to-use and has an interactive interface which means you can change the variables."; 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 = '...'; } }