var fDesc=new Array(); fDesc[0] = "HCImage Live is a basic imaging application that is included with the purchase of a Hamamatsu camera. It provides comprehensive control of Hamamatsu cameras using the DCAM-API driver. HCImage Live includes the necessary tools for basic image acquisition, processing and analysis, all in a flexible, easy-to-use application.

For applications that require advanced acquisition and analysis features, including additional hardware support, check out HCImage DIA, IPA or Analysis."; 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 = ''; } }