var fDesc=new Array();
fDesc[1] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free.";
fDesc[2] = "effects for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files.";
fDesc[3] = "using simple steps. PDF-XChange can output a PDF file with all the properties of a professional PDF file. You can select PDF-XChange in the printer tab while printing a Microsoft Office document to create PDF file. PDF-XChange enables you to set passwords, permissions for the PDF file.";
fDesc[4] = "image editor adapted to look and feel more like Adobe´s application. Besides been free, GIMPShop adapts its terminology and menu structure to look and feel more like Adobe´s application.";
fDesc[5] = "(JPG, BMP, PNG, GIF and so on). Also, it includes many filters that will unleash your creativity, including one entire set of filters for photo enhancing.";
fDesc[6] = "other unwanted applications. Mamutu identifies the malware based on behaviour so some false positives are natural but if you are connected to the internet, it will show you what the community has done with the application so that you may be able to decide better";
fDesc[7] = "modification to the XML such as inserting and deleting items as well as adding and deleting properties to existing items.";
fDesc[8] = "program to edit image files with many effects. With this program you will be able to rotate, crop, resize and edit your image files the way you want to. Moreover, the program will enable you to combine image files into a single larger file.";
fDesc[9] = "Word files among other things. The program is pretty precise. You will be able to select the content you want to convert directly from the PDF page";
fDesc[10] = "developed as a free alternative to Photoshop program and also it can be used with the earlier versions of Photoshop 5.5-6.0. GimPhoto is based on Gimp (GNU Image Manipulation Program).";
fDesc[11] = "manipulation. You can alter the structure, add or delete records, modify data, search/replace, view text, set a fixed length per column and more.";
fDesc[12] = "who wants to enhance photos quickly: in business-related tasks, at home and especially it can be useful for beginners. The program offers you all the editing functions you can think of.";
fDesc[13] = "visible window in a clear windows list. Bring a window to front, make it float or send it back to normal. It's that easy. Just try it and get a n...";
fDesc[14] = "due to its simple operation and easy to handle feature, but always think about some more feature should be there. Power Paint from FLISoft cover all features making it an ideal choice for simple but powerful image editor.";
fDesc[15] = "and easier!";
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 = '...';
}
}