var fDesc=new Array(); fDesc[0] = "A professional tool for digital image management to capture metadata from photos or other digitalized contents loading the extracted information into a relational database for sql specialized functions and full text image search.

Kalimages PRO application has IPTC/IIM, IPTC Core and XMP support including support for any xmp customized data you may have. It is designed to scan large image or photo folders stored in different drives on local or netwok locations.

Working with JPG and Tiff files, the application can use a large number of SQL databases with ODBC.

Using the XMP standards, it can also extract you customized XMP metadata, not only the standard fields.

In addition to help in search function, Kalimages PRO can provide you with thumbnails creation to speed up image search.

Kalimages pro runs on Windows 98, 2000, XP, 2003, Vista."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }