var fDesc=new Array(); fDesc[0] = "Mechatronics Assistant 2 de is a multimedia tool for training at school and at work.
Some of its most important uses are:
-structured archive on DVD with complete documentation
-for project work, as well as for training and preparation for tests;
-for all training-related areas in the field of automation technology;
-for teachers and learners: structure and content have been organized in such a way that trainees can work independently with the Mechatronics Assistant on any given task."; 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 = ''; } }