var fDesc=new Array();
fDesc[3] = "clear waters, blue skies and lots of sun will surround you. Then you will see two islands. The inhabitants of both are really into fighting against each other in a battle to destroy the other's palm trees.";
fDesc[5] = "that used to live during the dinosaurs era? Well, you are going to be flying on one of those magnificent birds. And you will not be alone either. This unique screensaver also includes a “helicopter mode”.";
fDesc[6] = "intelligence. The game develops in many particular scenarios so you need to get the ball to the hole avoiding all kind of obstacles on the way. For example, in one occasion you will be playing minigolf in a cemetery, in other case you’ll be playing in the far west or in the Grand Canyon.";
fDesc[9] = "Heaven on Earth is a free screensaver created by RateMyScreensaver.com containing 20 high res photographs.";
fDesc[10] = "the action. The simulation is designed to take you close to reality of running helicopters for big companies, oil rigs and tourists. In the FS Whirlybirds for FS2004 1.0 simulation you have Robinson RS-44, Sikorsky S76, Eurocoptor 365,";
fDesc[11] = "you can experience its beauty and magnificence up close! Scenic Reflections Screen Savers are designed to be the highest q...";
fDesc[12] = "this saver is sounds. Download free Canyon Screensaver!";
fDesc[13] = "Well, why canyons? Actually, there is only one scene with a canyon and water in it and, of course, all this under the blue sky. In general the picture is beautiful, but the graphics is not very good as well as the sound effects, which are not very suitable.";
fDesc[14] = "fog highly improves the realism and image quality. Industry-unique motion blur effect and rapid dynamics provides fantastic movie like feel.";
fDesc[15] = "from various places in the United States (Hawaii, Grand Canyon, Bryce Canyon, Smoky Mts. and more). Includes 7 Christian music midi file...";
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 = '...';
}
}