var fDesc=new Array(); fDesc[0] = "The WinControl-3 software represents the latest version of the WinControl software family. Presently, WinControl-3 operates the MONITORING-PAM and JUNIOR-PAM fluorometers as well as the Universal Light Meter ULM-500.
Display of fluorescence traces during Kautsky fluorescence induction and saturation pulse data analyses (black lines). The saturation pulse-derived data displayed are the effective photochemical yield of photosystem II (YII, green) and non-photochemical fluorescence quenching (NPQ, blue). The setting of internal actinic light is indicated as yellow-green lines. Data were obtained with a MONITORING-PAM setup which employed three emitter-detector units."; 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 = ''; } }