var fDesc=new Array();
fDesc[1] = "automatic), precision adjustments of contrast, luminosity (brightness), color saturation, etc. as well as gamma correction on pictures too dark or too bright. Selection of several shapes: rectangle, ellipse, rhombus, triangle, polygons, etc.";
fDesc[2] = "purposes only, the LRPD has decided to offer such an application, so that the general public can witness by themselves the damage that can be caused by its use. You can download the PC Version (5Mb) or the MAC OS8-9 or OSX versions of Safer Vandalism Studio(tm) here, or try out the online version.";
fDesc[3] = "part of his team on a World Tour, against Bam Margera, and help him to turn the virtual world into a skate park. In Tony Hawk’s Underground 2 players can choose to take on the role of one of 20 unique characters or play themselves.";
fDesc[4] = "travelling? Now you can be part of the first voyage of those brave seamen with the Voyage of Columbus 3D Screensaver! Get aboard one of Columbus' ships: the Santa Maria, the Pinta and the Nina - and recreate the making of American history!";
fDesc[5] = "open the program we can find a Menu Bar, one toolbar, a left panel and one window for see our creations. We can view the different panel, in the canvas we can resize, crop to selection, change or reset the paper texture.";
fDesc[6] = "terrain. Volcano: Massive eruption that throws fire and debris everywhere. Pedestal: Puts the tank up on a high pedestal. Fire Storm: Multiple explosions with a sea of awesome bouncing fireballs.";
fDesc[7] = "dream - all with the click of a mouse. Create dynamic works of art using a variety of virtual media — from oil paints and collage to rainbows, trees and more. Digital photos have never been more fun! With Kid Pix® Deluxe 4, you can create unique works of art using your very own photos.";
fDesc[8] = "screen. The goal of this program is to help fight the stress and boredom at the office. Desktop Graffitist 1.0.0.6 can also be used for leaving messages on other people's computers, such as love notes, hate notes, grocery lists and art/graffiti/vandalism .";
fDesc[9] = "dream - all with the click of a mouse. Create dynamic works of art using a variety of virtual media — from oil paints and collage to rainbows, trees and more. Digital photos have never been more fun! With Kid Pix® Deluxe, you can create unique works of art using your very own photos.";
fDesc[10] = "the Charming Waterfalls. Fairy creatures living there invite you to turn your screen into a magic window of ceaseless Joy. Features: Natural scenery Realistic animation Funny animals and birds Amazing scene transitions Flexible screensaver settings Relaxing Music/ability to put your favourite music Turn your screen into a magic window of joy! Make yourself and your children happy!";
fDesc[11] = "many more effects. In fact while using artistic brushes you can completely manage the force of the brushes via its pressure sensitive tablets.";
fDesc[12] = "surface. Liquib manipulations can be applied manually, or you can relax and be entertained by Automatic Effects, optionally with music.";
fDesc[13] = "graphics such as pen, brush, pastel, crayong, spray, saturation, water-brush and so on. It is very easy and simple to use. In version 1.06: some ...";
fDesc[15] = "Career,Track where you hit the ball with the Spray Chart, Keep a Daily Journal, & build a Photo Scrapbook. You can add unlimited users.";
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 = '...';
}
}