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 the creation of complex diagrams is easy to perform.
Part lists can be generated by assigning material and item numbers to the diagram components."; 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 = ''; } }