var fDesc=new Array(); fDesc[0] = "PPC-SOFT PLUS is a communication program that makes it possible to communicate with the measuring devices of the series PPC-04-plus, PPC-06/08-plus, PPC-Pad and the frequency converter PPC-CAN-FR. Measurement data will be read from the measured value memory and parameter values are sent and received from the PC to the measuring device."; 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 = ''; } }