var fDesc=new Array();
fDesc[1] = "and in a very fast way. With FastStone Photo Resizer you will be able to change the size of your images, convert them from one format to another, rotate, rename and modify their brightness, color, contrast and many other features, in just one time.";
fDesc[2] = "Windows. It basically gives you the ability of creating and modifying ID3 tags right within Windows Explorer. It adds two new tabs to the properties dialog of the MP3 files. From there, you can add information about your MP3 songs.";
fDesc[3] = "test to adjust the game speed to your typewriting skills. You can repeat this test in the future, while you improve your typing speed. The game has three playing modes: Adventure, Abyss and Typing Tutor.";
fDesc[4] = "realism. You can have precise control over the entire creative process can achieve visual results of great precision that are difficult to obtain without software so advanced as this.";
fDesc[5] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically.";
fDesc[6] = "correctly indicates, this screensaver is about the depths of the ocean where beautiful and colorful fishes swim around decorating your desktopThe sounds of water accompanying the animation are maybe the most relaxing part.";
fDesc[7] = "aquatic world. This exotic screensaver brings to you lively scenes of the aquatic world in an animated mode. The screensaver spreads a relaxation effect with its animated images of the most beautiful living nature pictures from the depth of the sea.";
fDesc[8] = "with your depth charges. The game, however, feels slow and sluggish, and it does not look very good either. There are better arcade games that you can play instead of this.";
fDesc[9] = ", including MP3, MP2, WAV, WMA, OGG, VOX, G726, RAW and many more. Not only can you open and edit audio files, but you can also save to many audio formats such as MP3, WAV, VOX, OGG, G726, WMA and RAW.";
fDesc[10] = "treasure and beauty of the sea right to your desktop. This beautiful screensaver gives you an absolutely free-to-use opportunity to fill your desktop with the colorful streaks of the aquatic world.";
fDesc[11] = "Single Image Random Dot Stereograms (SIRDS) or Single Image Stereograms (SIS) known from the \"Magic Eye\" series.";
fDesc[12] = "the 3D effect. You can add a frame to obtain a better visualization of the anaglyph. You can indicate the depth cue, the smoothing blur type, set the warp/depth level , change the depth granularity, etc. Supported images are jpg, bmp and gif.";
fDesc[13] = "wide range of features like filters, effects, channels, drawing tools, color adjustments facility, print support, screen capture techniques, multiple image format support and much more functionality, the tool serves its purpose.";
fDesc[14] = ", detailed images with an astonishing depth and \"3D likeness\". By depicting with 3D-rendered shapes (globs) and appending a variety of coloring functions, Gloodle allows you to produce fantastic images.";
fDesc[15] = "bored with the same old static wallpapers on your desktop? Then its time you switch to Aquarium - At The Depth, this exotic wallpaper brings to you a lively animation of the aquatic world in a 3D animated mode.";
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 = '...';
}
}