var fDesc=new Array(); fDesc[0] = "This software offers a solution for users who want to extract image property data from one or more PNG, JPG, TIF, BMP and GIF files. The software allows choice of properties for extraction. The user simply adds image file/s or an entire folder for processing and the software displays a list of available properties. Using check boxes, the user selects the required properties before starting the extraction. The resulting data can be saved as a text or Excel file or copied to the clipboard for pasting. Sample images are included with the software as an aid to new users. Using this time saving software, extracting property data from large numbers of files takes just one click."; 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 = ''; } }