var fDesc=new Array();
fDesc[1] = "photomontages, impressions and conversions of formats. Specifically, includes an image viewer with a presentation mode, an editor for adjusting levels of brightness, color and contrast, an editor of frames and masks to embellish your photos, and other effects";
fDesc[2] = "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[3] = "screen regions, freehand drawn shapes, game screens. Automates tasks like saving, FTP upload, image stamping, more.";
fDesc[4] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on.";
fDesc[5] = "ImageConverter Plus is professional software, which will help you do any possible conversion without errors. You can take advantage from ImageConverter Plus in so many things, i.e. camera, video, pictures, images you named it, something amazing.";
fDesc[6] = "than 40 image filters. Supports over 140+ image formats such as JPEG, BMP, PNG, GIF, ICON, PSD. Commandline support.";
fDesc[7] = "user. With the potential to return fast quality work this tool has the capability to convert PDF files into PNG, GIF, JPEG, TIFF, BMP or other image formats.";
fDesc[8] = ", 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[9] = ", JPEG2000, PDF, etc). Complete command-line operation and an entire arsenal of editing features (batch resize, flip, rotate, crop, trim and much more)";
fDesc[10] = "1-2-3FileConvert program a very useful tool. This program not only converts from Word to PDF, it also converts from PDF to Word, PDF to Excel and from PDF to Image, All that makes it an excellent application for updating and editing reports, ebooks, and other presentation work.";
fDesc[11] = "features over 20 effects which can be applied in any conversion process, and even in batch mode.";
fDesc[12] = "we can find a Menu Bar, one toolbar, one browser where we can see our folders a thumbnails panel and one window where we can see our projects.";
fDesc[13] = "some enhancements. Resize, rotate, adjust brightness and contrast, add watermarks and frames to multiple images in one go!";
fDesc[14] = "to use and hast got a friendly interface that will guide any kind of user on how to get their files converted.";
fDesc[15] = "from one into another. The program has the advantage of converting image files in a very short amount of time without losing any quality during the process.";
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 = '...';
}
}