var fDesc=new Array(); fDesc[0] = "The straton runtime is a basic component from COPALP enabling unlimited possibilities for the OEMs as for end-users. The OEMs beneficiate of a large range of supported communication protocols, the integration of their hardware specific features and an integrated softPLC engine. The end-users can easily create and configure its application using the universal straton Integrated Development Environment that includes editors for the IEC61331-3 language, online debugging tools, a soft scope, fieldbus configuration tool."; 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 = ''; } }