var fDesc=new Array();
fDesc[1] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms.";
fDesc[2] = "harmful threats on the internet.Bit Defender 2009 is a powerful pack including a proactive anti-virus and firewall, which now includes two-way protection and has a new intrusion detection system.";
fDesc[3] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others.";
fDesc[4] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!";
fDesc[5] = "users to easily reorder, duplicate, or append frames to animated cursors. Images can be modified by drawing tools and filters.";
fDesc[6] = ", EMF, PNG, PCX, TGA, ICO, CUR, among others. This incredible program has the ability to convert and manipulate one or thousands of files, located in one or many folders in a few seconds.";
fDesc[7] = ", ICO, ZIP, PNG, PDF, RTF, DOC, SND, WMV, AIF, ASX, MID, MP3 and many other formats. It also supports raw file format. It is very useful for most individuals.";
fDesc[8] = ", JPEG2000, PDF, etc). Complete command-line operation and an entire arsenal of editing features (batch resize, flip, rotate, crop, trim and much more)";
fDesc[9] = "icons with customized and stylish icons now. You can import any image and edit it using a powerful editor, then apply special effects if desired. Once you are finished with the editing, you can save it as icon file that is ready to be used.";
fDesc[10] = "jpeg, jpe, pbm, pcx, dcx, pgm, png, tif, tga, etc.). When you open the program you can see one window and two toolbars, when you open a file the program open another window in one of the side and you can see all the images files that have in your folder.";
fDesc[11] = "computer and extract the icons and cursors stored in EXE, DLL, OCX, CPL, among others. The program has the ability to save the extracted icons to ICO files (or CUR files for cursors), or copy the image of a single icon into the clipboard for editing.";
fDesc[12] = "The program is free. It needs Visual Basic 6 Run times to work. It is true freeware, this means you have no limits to use it either for commercial or non commercial purposes.";
fDesc[13] = "user selectable cursor trails which instantly interact with your mouse cursor producing exciting effects.";
fDesc[14] = "bitmaps, icons, and cursors. It is possible to apply paint tools (pencil, brush, eraser, pick color, make a selection, draw a line, etc) and use the colour palette. This program also features photo editing tools such as filters, and effects.";
fDesc[15] = "image-editing tools to produce high quality pictures. Most of the operations are visual by drag and drop,supports many image? formats.";
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 = '...';
}
}