var fDesc=new Array(); fDesc[0] = "DY-Link downloads the data from the device and provides a better overview.

DY-Link also provides the user with a “Summary” window. This is useful for comparing a series of tests. To include or exclude a measurement from the summary, click on the summary symbol in the Slot ID column. This symbol is either “black” or “greyed out”, which shows whether or not the measurement is included in the summary. In order to make a summary, all selected series have to have the same unit."; 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 = ''; } }