var fDesc=new Array(); fDesc[0] = "In Tracer you will find your all-in-one solution for the measurement and elaboration of IV-curve measurements. Tracer is the core application developed by ReRa that will help you to characterize your solar cells and compare the results. Download the free viewer now! Tracer natively supports the control of Keithley 24xx and 26xx sourcemeters. These instruments have proven their strength over time for the measurement of solar cells. They range from 1 – 5 Amperes. By means of plugins also other measurement systems can be controlled. Modern User Interface"; 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 = ''; } }