var fDesc=new Array();
fDesc[1] = "output files in original or converted JPG, BMP, TIFF, GIF, PNG, PCX, TGA. This full-featured image-processing software generates preview in real time. Advanced styles come as an added value for making of your pics or videos the coolest ones!";
fDesc[2] = "on the Web. You don't need to know anything about HTML and CSS - this easy-to-use tool will do everything for you.";
fDesc[3] = "don't need to know HTML. Unique and comprehensive album settings.";
fDesc[4] = "to convert between one graphics format and another, change image color depth, resize images, make image galleries for the web or CD and more. Features include: Wizards to help you get up and running quickly JPG, GIF, JPEG-2000, PNG, TIFF, PCX, BMP, WBMP, PhotoCD, Photoshop, TGA, ASCII, WMF and EMF AVI, TTF (TrueType Fonts), animated GIF and multi-page TIFF frame extraction Batch or single file operation HTML page generator, with links, tables, HTML templates, and more. Output images in a wide choice of formats and color depths Apply contrast, sharpening, brightness corrections Copy EXIF and IPTC data from JPG files And more...";
fDesc[5] = "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.";
fDesc[6] = "from the video. The photo editor lets the user edit the photo in various ways and has several including some very unique effects. The thumbnail creator is a flexible tool for creating thumbnails and HTML photo galleries. Some HTML templates for galleries are included.";
fDesc[8] = "BMP formats. Multiple images can be drag-and-dropped into the drop box. They will be processed to create thumbnails of the specified size and store them in a separate directory along with an HTML file for viewing the thumbnail images.";
fDesc[9] = "our files, remove the red eyes or RGB curves. We can adjust transparency, multipage settings, we can turn on or off the Context Menu integration, change the menu settings or restore their defaults.";
fDesc[10] = ", PHP, JAVA SCRIPT, VBSCRIPT, PASCAL, SQL and XML etc. The interface of this editor is pretty simple and it is very easy to use. It is a boon for web developers who have just started.";
fDesc[12] = "format you may encounter, ReaConverter also provides a command line utility, allowing you to process images in console mode.";
fDesc[13] = "you to specify the width or height in pixels. By making thumbnails you reduce the size from megabytes to kilobytes! It can also create a HTML file ready to publish on the net. Strengths of imgThumb thumbnail creator over other programs with this functionality: + Command line program. imgThumb is easy to embedded in a command-file (.bat or .cmd) to automate the creation of thumbnails. A simple program (wimgThumb) is also included to start imgThumb.exe the normal Windows way. Versatile. imgThumb can process pictures in the following formats: BMP, JPEG, PCX, PGM, PICT, PNG, TGA, TIFF and WMF. Output-files (the thumbnails) are always in JPG format. Creates a HTML file showing all your thumbnails, optionally linked to the original pictures. Free for personal use.";
fDesc[14] = "colorful description for each photo. Publish it on the Internet and share to your friends with zipped package easily.";
fDesc[15] = "high-quality thumbnails. Features include the ability to navigate frame by frame to capture a frame of video and auto-trimming the borders around images.";
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 = '...';
}
}