var fDesc=new Array(); fDesc[0] = "CIROS Mechatronics is a virtual learning environment for mechatronics with a focus on PLC-controlled systems. It offers an ideal working environment for PLC programming based on Siemens S7 and includes a virtual learning environment for the mechatronic training system MPS. It simulates the behaviour of real electric and pneumatic modules and control elements in automated handling installations."; 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 = ''; } }