var fDesc=new Array();
fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[2] = "it shows the numbers forming the time dropping into water one by one in slow motion displaying magnificent effects, which make the scene look as it is really happening.";
fDesc[3] = "buttons, two windows and six more buttons for manage the different options like add picture, delete, move up or down of our selection and edit the selected images.";
fDesc[4] = "interface. We can add sounds to our screensaver or add movies too if we want. We can add text, insert date or time, add effects, change the properties of the effects (font and color), select the duration of the effects or synchronize them with objects.";
fDesc[5] = "Internet, donwload management, Create screensaver with batch of flash files, convert SwF and EXE, publish swf to HTML, protect flash etc";
fDesc[6] = "or promote your services with a custom screen saver. Protect your work and distribute your SWF animation to as many viewers as possible";
fDesc[7] = "that will really make you feel alive. You will start wondering in between a series of cables of different colors. They are scattered across the whole screen, against a dark background. Suddenly, a flash of light illuminates the scene for a brief moment.";
fDesc[8] = "can also find some nice and original designs, such as the cuckoo clock, and those with a woman’s portrait, flower paint, etc. We can find animated screensavers displaying fireworks, rain, snow, flying stars, the moon, as so on.";
fDesc[10] = "shockwave Flash Movies and mp3, wav, mid music to a windows standard screen saver.";
fDesc[11] = ", license-managed games and programs that can be run in a window of any shape, full-screen, or even as a full-featured screen saver.";
fDesc[13] = "Furthermore, you can build window standard screen saver file or distributable self installing exe file.";
fDesc[14] = "The number of possibilities is simply unlimited. If you don't have a Flash movie at hand, don't worry. The built in default Flash movie is also a very good screen saver. What's more, you can use our Flash games as the screen saver! So you will never get bored. The screen saver is fully customizable. Apart from allowing you to select a Flash movie, the screen saver also allows you to set the size of the Flash movie and the background colour of the screen saver. If your Flash movie requires interaction, an extra button will be displayed in the screen saver so that the user can quit. The locaiton of this button is also configurable.";
fDesc[15] = "products that you can distribute and sell royalty-free.";
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 = '...';
}
}