var fDesc=new Array();
fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons.";
fDesc[2] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[3] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms.";
fDesc[4] = "enable you to playback and encode most of the formats currently available. During the installation, informative menus will warn you about options that may cause troubles, like some old codecs. The installation will ask you what to do.";
fDesc[5] = "digital photos. The software offers a vast variety of different catchy effects such as Light filter, Dream filter, Edge filter, Weather filter, Gradient filter, Color filter, etc.";
fDesc[6] = "one package. Very known and easy to use toolbar and user interface and every function of a security software makes BullGuard a very compact and useful software.";
fDesc[7] = ", stop, rewind and forward any audio file using the play control. You can cut, copy or paste any part of the audio file or use the recording tool to record your own voice and mix it with music tracks.";
fDesc[8] = "problems. A common issue with video is the lack of the correct codecs in your system, causing your player to fail when trying to reproduce certain files, this pack helps you by providing some of the most common codecs needed.";
fDesc[9] = "effects, giving your images a dream-like, almost surrealistic quality. The trial version of the program can be used 30 times. After that, you must purchase a license if you want to keep using it.";
fDesc[10] = "way. The application includes interesting and unique features including voice comments, sensor dust filter, haze compensation, spectral sensitivity controls, chromatic aberration filter, vignetting and barrel corrections, among others.";
fDesc[11] = "incorporated in the software package. Decoder filter is an interesting filter implemented in the application for viewing certain specific property pages, although this feature may not come into picture quite often.";
fDesc[12] = "includes Kodak, Cokin and Hoya filters, in several colors, giving you the possibility to apply more than 100 filter types to your photos, preview the results and approve or discard the changes you´ve made.";
fDesc[13] = "Internet. As every other Filter Forge freepack, it allows you to generate textures, enhace photos, process images and create visual effects. By using this application, you will be able to configure some advanced settings such as image contrast, vignetting, grain, photo damage, size, variation and more.";
fDesc[15] = ", Cut, Paste, Move, Delete, Fade In/Out , Cross fade, mix, amplify, normalize sound, add vibrato, invert, delay, flanger, phase, noise, chorus, reverse, use filters.";
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 = '...';
}
}