var fDesc=new Array(); fDesc[0] = "The PC software Datalogging Viewer allows the evaluation of data, with a datalogging module recorded by a controller. The datalogging module can be used in the controller TROVIS 5500, WPR3 and SOL3. It records cyclically the essential operation informations (measuring values, rated values, states of inputs and outputs) of the controller."; 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 = ''; } }