var fDesc=new Array(); fDesc[0] = "DCamCapture is a small tool to copy images from a Nikon DSLR to a computer during shooting. Currently it only runs on MS Windows XP and Vista.This tool was the result of playing around with the Nikon SDKs.

Main features:
- Copies images during shooting
- Start Image capture
- Timer to capture image sequences
- LiveView with image capture and video recording (MJPEG in AVI file) function
- Writing IPTC data in Bibble 4 files (*.bib)
- Battery charge state
- Application window always on top option"; 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 = ''; } }