var fDesc=new Array(); fDesc[0] = "Add comments to your digital camera pictures. Using this tool your comments, keyword and descriptions is written in to the pictures using the EXIF fields. The main advantage of using the pictures EXIF fields instead of a local data base is that the text is written to the picture and can be read by other images viewers today and in the future. This tool is a fast images viewer with the ability to write descriptions, user comment and keywords to your pictures. Quick EXIF Writer also has a search function that allows you to search for keyword in your JPEG (.jpg) picture collection or album. Quick EXIF Writer uses the EXIF standard (see www.exif.org) for commenting the photos which means that the comment or description you write will be written in to the jpg file. Quick EXIF Writer uses the EXIF tags "User comment" and "Description" for commenting the jpg files. The comments you write can be read in other programs like Adobe Photoshop or JAlbum."; 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 = ''; } }