var fDesc=new Array();
fDesc[1] = ", each item is needed for your investigation of the kidnapped dog case. You have to look the scenes very carefully, trying to find the hidden items on the list. When you see a item, just click on it to update the list.";
fDesc[2] = "land where words have yet to be invented. Test your word skills in 25 unique game types and watch your tower soar. Succeed, and your tower will reach heights never imagined.";
fDesc[3] = "needs of Christian churches. The songs library that´s bulked with the program contains Christian songs only. There are versions of OpenSong available to run on Windows, Mac OSX and Linux.";
fDesc[4] = "adventurers on a clue-searching trek into the depths of the rain forest. From reading maps to building bridges, every activity brings you closer to unraveling an astonishing mystery—and to mastering important 3rd grade skills!";
fDesc[5] = "is shown against a beautiful background scene. Relax and enjoy these images while pondering the word of God. This Screen Saver displays each captivating scene, several appropriate Bible passages are displayed, telling the story that corresponds with the image.";
fDesc[6] = "standalone program or as a screensaver. With the ability to capture and save the images and tileable patterns.";
fDesc[7] = "MasterWriter will help you to become a \"master\" when you need to write songs about any topic. With this program, you will have a wide range of useful tools to create awe-inspiring songs with beautiful rhymes and a perfect vocabulary.";
fDesc[8] = "presents nice butterflies flying around in their natural environments. Butterflies Kingdom will bring a nature view to your desktop, which could be inspiring sometimes when you are trapped in your office.";
fDesc[9] = "Telescope, inspiring original music, and new screensaver technology that is above and beyond ordinary slideshow screensavers you've seen before!";
fDesc[10] = "effective four-quadrant approach to prioritizing tasks. It helps to set goals and pushes you to achieve them.";
fDesc[11] = "the awe-inspiring theme and aura it creates that make you want to have it on your desktop.";
fDesc[12] = "Landscapes is a free screensaver created by RateMyScreensaver.com containing 20 high quality photographs.";
fDesc[13] = "from millions of designs ranging from simple to intricate. Anyone can produce stunning images that are almost as awe-inspiring as the real ones! Print them out for kids at home or in school to color. Let them cut them out and hang them up. This program is a great help for parents, teachers, baby-sitters, day-care, etc.... As you click line after line into your drawing, watch as your design is reflected and repeated around the snowflake in kaleidoscope fashion. (TIPS & TRICKS) This will provide hours of fun, fascination, and creativity for kids of all ages! The free version has print and save disabled and limited computer-generated designs, but the license for the registered version lets you use the program on all the PC's in your home or in your classroom with all the features. Also, registering with a valid email address is the only way to obtain future upgrades and they will ALL be...";
fDesc[14] = "to configure and launch any installed screensaver.";
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 = '...';
}
}