var fDesc=new Array(); fDesc[0] = "The testo Comfort Software Basic 5 serves the purpose of saving, reading out and analysing individual readings and measurement series. The graphical presentation of readings is the main task of this program.

Readings are measured with Test Data Loggers and transmitted to the PC via an interface. Reading out data is accomplished with the testo Comfort Software Basic 5, which activates the interfaces and provides all functions."; 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 = ''; } }