var fDesc=new Array();
fDesc[1] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[2] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[3] = "(EXIF/IPTC) of pictures taken by digital cameras. Because many image processing software destroys this metadata when saving such files, the idea was to create a backup of the metadata before editing it in any software, and then, after that to restore it back into the processed file. With Exifer you can do this very easily. All image processing software I know (e.g. ACDSee) destroys at least the EXIF makernotes after saving. Exifer doesn't! Features include: Supports EXIF (up to 2.2) and IPTC data in JPEG and TIFF files Reading and displaying of makernotes by Canon, Casio, Fuji, Minolta, Nikon and Olympus Backing up, restoring and comparing metadata (EXIF/IPTC) Editing of metadata (for JPEG files only) Inserting EXIF data from THM files (for JPEG files only) Creating/inserting/rot ating EXIF thumbnails (for JPEG files only) Customizeable view of metadata And other features";
fDesc[4] = "features in this program that are useful and which make it a noble program. The Exif viewer can be used with Internet Explorer, Windows and Firefox, so you will have many displaying options.";
fDesc[5] = "and shows all the metadata embedded in the photograph, allowing you to edit the content of the highlighted tags. It supports both Exif and IPTC-NAA data, showing all the existing information clearly organized in sections and tags.";
fDesc[6] = "has many features that are necessary for working with Exif data, and that is the only way to make the most of this valuable information. The PowerExif program has a solution to the problems that a photographer has with working with Exif data.";
fDesc[7] = "program we can find one toolbar, two panels and one windows. In the toolbar we can refresh the page, print it, export it in many formats like: MS Excel, MS Word, RTF, HTML, XML, DBF, PDF, Text File, CSV File, DIF File, SYLK File, La TeX, SQL and Windows Clipboard";
fDesc[8] = "photographs. By using tags, EXIF information embedded in JPEG files, and the IPTC information, you will easily locate, move, and keep organized all your images. This complete application supports JPEG, PSD, TIFF, PNG, GIF, BMP, as well as RAW files from the most popular camera manufacturers.";
fDesc[9] = "files and folders, but also copies and moves selected pictures to anywhere in your computer. It relies on the Exif or IPTC data embedded in your photographs to organize your collection, offering you a wide selection of sorting tags.";
fDesc[10] = "Exif Metadata information that was stored in the digital camera while taking the picture and uses it to process the image. The software erases blue cast and hot pixels, adjusts mid-tones and automatic balance, and enhances the color effect and minute details.";
fDesc[11] = "compensate for different time zones within seconds. Also works as a batch renamer to convert your files to a specific format";
fDesc[12] = "easily and quickly. You can edit all the information such as date, description, camera model, author and all other related data. It is a portable software with a very simple interface and it is very easy to use.";
fDesc[13] = "program before actually publishing an image, you undertake a great effort towards protecting your privacy. Although mostly a useful addition to the picture, there are many reasons why you would want to remove these tags before publishing an image.";
fDesc[14] = "files for Google Earth, Shapefiles (SHP), AutoCAD DXF files, or Flickr. Import from tracklogs, waypoints, GPX or place names.";
fDesc[15] = "can be a fixed text (such as copyright or company web site) or can be the content of exif or iptc metadata fields";
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 = '...';
}
}