var fDesc=new Array();
fDesc[1] = "is available for direct downloading and is available in several languages. It is a program to make photo printing very easy and quick. It supports TIFF,JPEG,PIC,BMP and RAW images.";
fDesc[2] = "professional audio production. Use Adobe Audition to: - Create your own music - Record and mix a project - Produce a radio spot - Clean up audio for a movie - Compile and edit a soundtrack Whatever you do with audio, Adobe Audition software helps you sound your best.";
fDesc[3] = "drivers in one go. This application features a cool graphical user interface very easy to manage by everyone. We can schedule the program for automatic scan at a time interval, shut down the computer after the downloads have finished, reset to the previous state, save changes, and so on.";
fDesc[4] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware.";
fDesc[5] = "for an immersive viewing experience. COOL 360's intuitive interface and easy-to-use wizard deliver great-looking panoramas fast while advanced warping, blending and alignment tools ensure excellent results.";
fDesc[6] = "program has a handy interface which lets you deliver panoramas fast. You can also stitch, warp, align or blend photos using some tools, share images as a exe.files and show them in your documents and presentations.";
fDesc[7] = "the look according to your convenience. There are a lot of plug-ins and many skins that extends its functionality. One of the cool features of Sleipnir is that we can choose between Gecko, the engine of Mozilla Firefox or Trident, the engine of Internet Explorer.";
fDesc[8] = "webcam chat. You can add a large list of effects to your online webcam video on the run. Stunning video effects, graphics and animation can be added.";
fDesc[9] = "ring tone every other day. With the help of this software the user can cut the music files into smaller pieces to compose ring tones of personal choice with great ease.";
fDesc[10] = "features a colorful, customizable user interface which is really easy to use but not really attractive. You can choose one of several cool color schemes, and also specify the program's window size.";
fDesc[11] = "your Stereo Equipment, Importing Audio Tracks from your CD´s, etc. In one word, this tool is a sound editor program for Windows. You can also edit your voice and another sounds recordings and if you want it you can also add some sounds effects.";
fDesc[12] = "websites. Using this application, you will be able to download videos form DailyMotion.com, Myspace.com, Google Video, Yahoo Video, iFilm.com and many other websites.";
fDesc[13] = "features a very simple and intuitive user interface that can be used by anyone since it does not require any special knowledge. It is very light and functions wonderfully and offers most of the options of the Acrobat Reader.";
fDesc[14] = "program enables you to convert your WAV files into Mp3 and WMA files. It can also convert Mp3 and WMA files into WAV files. The program is really easy to use and it has got an intuitive interface.";
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 = '...';
}
}