var fDesc=new Array(); fDesc[0] = "WIA-Loader transfers pictures from a camera or flash card to the PC. It offers many options to name image files and folders and give you the possibility to geocode pictures with gpx-files.
Features

Fast and easy transfer of images and videos to your computer
Brings structure to your photo collection
Uses different profiles for different tasks
Automatically rotates images (depending on EXIF data)
Embeds GPS data in your images
Creates HTML galleries for imported images
WIA-Compatible cameras can be 'remote' controlled:
Take pictures with a mouseclick ("Tethered Shooting")
Exposure bracketing"; 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 = ''; } }