var fDesc=new Array(); fDesc[0] = "AUCOTECview uses electro-technical documentation in the PDF format for service and maintenance jobs in mechanical engineering and plant construction. One of its features is the automation interface which allows the remote control of the viewing tool. By means of external applications, e.g. diagnosis, monitoring or visualizing tools, you can directly "see" into a project."; 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 = ''; } }