var fDesc=new Array();
fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX.";
fDesc[2] = "from a list of sites the program offers more than 20 sites and you can convert them to other formats. You just need to paste the address from the page that you want to download the video and do it in one of the following formats: FLV, AVI, MPG, WMV, MP4, PSP, 3GP and 3G2.";
fDesc[3] = "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[4] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before.";
fDesc[5] = "screen and a small window appears with the relevant text translation, information or conversion that you need without interrupting your workflow.";
fDesc[6] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[7] = "many options and applications. You can cut, copy, and paste recordings or parts of them, and also add some effects such as echo, amplification and noise reduction.";
fDesc[8] = "enabling the user to edit PDF files in an easy and efficient way. It provides a user friendly editing interface and makes users feel like they are editing a common document with a commonly used editor.";
fDesc[9] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other.";
fDesc[10] = "under different kind of graphic software, such as: Adobe Photoshop, Adobe Photoshop Elements, Corel Paint Shop Pro, Macromedia Fireworks, etc. This tiny program can do amazing conversions.";
fDesc[11] = "you design your own sound. There are tools in the program which are very practical for working with sound. They let you process, edit and record sounds in both wav and mp3 formats. The software is a sound editor, audio editor and wav editor in one package.";
fDesc[12] = "application's operation is really simple. You install it, go to settings, and tell it the details of the FTP connection that you want to add. Then, NetDrive will make sure that a new drive letter is added to the list of drives on your computer.";
fDesc[13] = "editor, style sheet editor and predefined DHTML and JavaScript code. The application offers code highlighting and color, as well as access to many designs and style examples and templates. Built-in explorer for viewing the page before user upload it.";
fDesc[14] = "capacity of your clipboard. You will never imagine that the most regularly used copy paste function could also be bundled with a number of functions, unless you use this tool.";
fDesc[15] = "use. There are many applications like this and most are even inbuilt with Windows. However, this one has some nice features that I would like to share with you. As many others, ZScreen allows you to take screen captures of your whole screen or a region of it.";
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 = '...';
}
}