var fDesc=new Array(); fDesc[0] = "Photos are not moved, but copied during the sorting process. It does not allow the program to destroy the initial structure of your collection – you get a new collection without losing your old collection. The dates when photos were made are extracted from EXIF data, which allows the program to detect the actual date when the photo was taken, instead of the date when it was saved to the computer. If this data cannot be retrieved, the file creation date is used."; 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 = ''; } }