var fDesc=new Array(); fDesc[0] = "The D&C Scheme Editor is a desktop application for the creation of pneumatic circuit diagrams in compliance with standards. Based on a pneumatic symbol library, which contains all symbols of the online catalog, the creation of complex diagrams is easy to perform. In the user library, you can organize configured symbols or individual created symbols with the Rexroth Symbol Modeling Tool (SMT). Features:
Comprehensive symbol library (currently limited to pneumatics)
Drag&drop-capable and easy creation of pneumatic connections
Parts lists are generated automatically
Adding of product documentation and hyperlinks"; 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 = ''; } }