var fDesc=new Array(); fDesc[0] = "You use GeneSnap to control the hardware, to capture images and to process the captured images. You can use GeneSnap to control the illumination and exposure length, and if a motorized lens is fitted, the focussing, zooming and iris setting, all while viewing a live image from the camera.

You can use GeneSnap to capture images:

- using auto exposure
- from a live image
- as a single frame capture
- in a series of one or more images with identical or individually set exposures."; 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 = ''; } }