var fDesc=new Array();
fDesc[1] = "perfectly with realistic water and soothing music Koi Fish 3D Screensaver is the ideal door to a world of immense calm and relaxation, where you can escape from the daily worries at least during those precious moments of your break.";
fDesc[2] = "ocean? Now you can feel that as you dive through an exhilarating coral reef scenery and find a massive clock of stone and metal sunk next to corals and algae of different colors and shapes. That is the Coral Clock 3D Screensaver!";
fDesc[3] = "watching a magnificent fireplace so realistic that we are sure your mind will go to strange and mysterious places. The flames of the logs dance all around like mystical spirits. The whole room is lightened and filled with romantic feelings.";
fDesc[4] = "There are two modes to visit your photo galleries: the Freemove Mode, where you can wander freely inside the virtual space and the Automatic Mode, in which the computer will guide you through the gallery.";
fDesc[5] = "shows a beautifully designed clock made out of ice, in a pond or a creek. You will be able to see the ice breaking apart, while some small fish swimming by, in the water under the ice.";
fDesc[6] = "moments together. The screensaver will show you two hearts filled with Love, Passion, Romance, and many other feelings related to this great day.";
fDesc[7] = ", 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[8] = "programme has very good computer grafics and rich colour spectrum. Aquatica 3D Screensaver 2.5 is easy and interesting to operate.";
fDesc[9] = "a trip to some of the most wonderful places on Earth. You will be able to see awesome waterfalls, in the middle of a lush forest, a breath-taking sunset at a beach, or a great stone of wall with another waterfall dropping on its side.";
fDesc[10] = "a program designed to help you make your perfect screensaver, where you will be able to visualize any photo or image that you like, while listening to your favorite music as background. You can even add a text caption to be read every time the screensaver runs.";
fDesc[11] = "is easily to handle and is very intuitive. When we open the program it show an assistant that takes us step by step in the create process this is a simple method to understand how the program works.";
fDesc[12] = "Screensaver! A smooth, perfectly rendered animation of a flaming heart says 'Love' more than anything else. It introduces home-like warmth and coziness to any computer. Your favorite music playing in the background will create a soothing, relaxed feeling and perfectly complement the heartfelt visuals. An overall atmosphere of comfort and tranquility can be turned to passion and feeling by simply choosing a different sound track. Would you like to animate your office environment and make it cozy and comfortable, but don't want to be distracted when you are working? Heart On Fire Screensaver will not run while you are busy working. It only starts when you are not touching your computer for a while, thus providing a relaxed atmosphere for work breaks yet supporting a comfortable working environment in your office. Create an ambient and emotional atmosphere at home with just a few clicks...";
fDesc[13] = "It lets you create animated or slide show screensavers, commercial shareware screen savers that limit its features and provide your customers with a registration code to unlock it's full version, and more.";
fDesc[14] = "screensavers, video screensavers, flash screensavers or website screensavers, as well as to create a screensaver installation program (*.exe file) to share the created screensaver with colleagues and distribute it freely.";
fDesc[15] = "distribute screensavers for Windows. This incredible program includes a fully integrated workspace to make your own slideshow screensaver with images (*.bmp, *.jpg, *.gif, *.png) and sounds (*.mp3, *.mid, *.wav) to share with your family and friends.";
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 = '...';
}
}