var fDesc=new Array(); fDesc[0] = "QCapture allows for computer control of all camera functions for preview, capture and save. QCapture offers advanced functions such as binning and region of interest (ROI) and a live histogram for optimizing dynamic range.

Main Features:

- Operates with Windows® XP/Vista/7 32 and 64 bit
- Includes plug-in for Adobe Photoshop image enhancement software
- Includes TWAIN interface
- Includes plug-in for NIH ImageJ image processing program"; 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 = ''; } }