var fDesc=new Array(); fDesc[0] = "AUTOMGEN7 is a workshop for automation, supervision and 2D/3D process simulation that functions on a PC, under the WINDOWS operating system. It is used in teaching, beginning from secondary school, for learning about automations and within industry, for applications development. The exceptional user-friendly nature of the development environment allows the operators to concentrate on the essential parts of their profession."; 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 = ''; } }