var fDesc=new Array(); fDesc[0] = "The SimuPLC is a programmable logic controller - PLC - Simulator is offered free "as is", without any type of support, no guaranty neither warranty of whichever order or kind, neither any type of help or assistance in the installation, programming, training, utilization of the examples.

The Simulator in screen was designed and implemented purely for aid purposes in teaching and learning of the concepts and fundamental principles of the PLC equipments"; 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 = ''; } }