var fDesc=new Array(); fDesc[0] = "Simply smart, resulting from a study relating to ergonomics, TwidoSuite software has been developed to assist and simplify all your operations with the aim of significantly reducing development time.

Open to numerous communication networks and flexible to support three base types - Compact, Modular and Extreme - and a wide range of I/O. Assures evolution of automation systems.

TwidoSuite - simple yet powerful and comprehensive software used to program and configure Twido programmable controllers."; 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 = ''; } }