var fDesc=new Array(); fDesc[0] = "scanCONTROL Configuration Tools transfers profile data from the scanCONTROL measurement system in a simple way and displays it graphically. These profile data are further processed and evaluated in measuring programs. All data are transferred via Ethernet, and can be stored with the software if needed."; 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 = ''; } }