var fDesc=new Array();
fDesc[1] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser.";
fDesc[2] = "organizing and settings options on your screensavers. To properly speak, you only will be able to manage screensavers created by people from 3Planesoft.";
fDesc[3] = "deal with your screensavers collection. Needless to say, Astro Gemini Software provides this tool free of charge and is extremely easy to use, so you don’t have to take too much time to learn how to use it.";
fDesc[5] = "and use them to create a screensaver for your PC. This extremely easy-to-use application fully integrates with the operating system as all you will be seeing of it is an extra option on the regular drop down list of screensavers of Windows.";
fDesc[6] = "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[7] = "manage the screensavers you have installed on your PC. With this Screensaver Manager you will be able to preview all your screensavers and choose those screensavers you want to see on your monitor.";
fDesc[9] = "system. Using this program you can choose your favorite screensavers and make them follow the desired order or run randomly.";
fDesc[10] = "screen, screensaver starter, manage screensaver, screensaver setting, turn off laptop monitor, turn off notebook monitor";
fDesc[12] = "cyclicaly or randomly from the defined list. ScreensaverLand is fully configurable and allows to configure and preview each screensaver selected. ScreensaverLand acts as a launcher of multiple classical screensavers. You will never have the same screensaver running on your machine!";
fDesc[13] = ", organize them by theme, give them ratings, and even add music! Download the free trial today.";
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 = '...';
}
}