var fDesc=new Array();
fDesc[1] = "ATI Catalyst Control Center can be used to fine-tune your graphic settings, enable or disable connected display devices, and change the orientation of your desktop, etc. Many features present you with a preview of your changes before they are applied.";
fDesc[2] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes.";
fDesc[3] = "web and mobile devices. It can import and edit content from a wide variety of devices, and then edit them, directly, or copy files to the hard drive to take full advantage of the PC´s speed, work on them and then save the results in a convenient format.";
fDesc[4] = "multi-track waveform audio. REAPER provides an extensive set of features, but is a very small and lightweight application (the installer is less than 1 megabyte, and includes many effects and a sample project). Here are some key features of \"REAPER\": Supports ASIO, Kernel Streaming, WaveOut, and DirectSound for playback and recording Reads WAV, OGG, and MP3 files, records WAV files Lets you arrange any number of items in any number of tracks Supports audio processing plug-ins (DirectX and Jesusonic) Volume, pan controls and envelopes per track Multi-layer undo/redo support User creatable color themes";
fDesc[5] = ", Flash slide shows, Flash banner, Flash AD and ecards in a very easy way. The program allows you to create different Flash intros that can be used in any websites and blogs.";
fDesc[6] = "once a day or at regular intervals. It supports JPEG, PNG, GIF and BMP images, and includes the ability to change your images in random order. The pictures can be automatically tiled, centered or resized to full screen.";
fDesc[7] = "as Microsoft Office maintaning their original layout, open existing PDF files, send PDF documents as attached files by email, set passwords to insure documents privacy, print any document, add watermarks, compress files, merge or split documents, etc.";
fDesc[8] = "abyss and enjoy the enchanting underwater scenes complemented by extremely realistic sounds of deep sea life in a full 3D environment with high-quality animations.";
fDesc[9] = "can swap two adjacent jewels by clicking both squares or by dragging one jewel to and adjacent square. As jewels get matched the squares below them turn to gold. The aim of the game is to turn the complete board to gold.";
fDesc[10] = "screen saver with lots of new features will show you the time and date. You will even have the chance to choose and feed your own fishes!";
fDesc[11] = "comes with multiple options and features that will give as a result a professional-looking banner. Plus it outputs in three formats: Flash, HTML and GIF. The program is simple and does not require the user to have Flash or HTML skills.";
fDesc[12] = "manner. smartision ScreenCopy is freeware which gives tough competition to its other rivals in the screen capture category. There are two different modes of smartision ScreenCopy: Normal and advanced.";
fDesc[13] = "users some easy to use advanced options for capturing the color value from any position of the Screen even if the selected program is inactive.";
fDesc[14] = "With PictureTrail Photo Editor you can view, edit and enhance your photos in an easy way. The program enables you to easily crop, resize and rotate images, remove red eyes and enhance the color of images.";
fDesc[15] = "stuff like that. This tool could be a good idea to bring to your PC some fear excitement and entertainment. With a deep black sky as a background and a creepy old house this screen saver starts scaring you. A couple of seconds later, some scaring noises complete the experience.";
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 = '...';
}
}