var fDesc=new Array(); fDesc[0] = "Almost all digital cameras record and store various camera settings, scene information, date/time the photo was taken etc as Exchangeable Image File Format (EXIF) data. This metadata is stored within the image file and won’t get lost or overwritten when copying or transferring your photos to other computers.

This information can be really useful when it comes to sorting or viewing your digital photos in any photo gallery. Windows, Facebook, Google Photos etc all use this information to sort and categorize your photos."; 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 = ''; } }