var fDesc=new Array(); fDesc[0] = "ACCON-S7-EasyLog is a software which is easy to use and therefore perfectly appropriate to quickly and simply read and save data from the PLC. This is possible either time-controlled or event-driven. Our long seller is constantly enhanced according to market requirements and is also available as a special customisation at a low price. As a multilingual software, ACCON-S7-EasyLog allows for a display of the user interface in one of the six currently available languages. In addition to German and English you have the option of Spanish, Dutch, Polish and Czech."; 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 = ''; } }