var fDesc=new Array(); fDesc[0] = "EASY-SOFT-Pro makes life particularly easy for the user. The graphics editor displays the desired graphic representation of the circuit-diagram.
The EASY-SOFT-Pro operating and programming software is based on the EASY-SOFT. EASY-SOFT-Pro supports the MFD-Titan with the programming and parameterization of visualization (process display) functions."; 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 = ''; } }