var fDesc=new Array(); fDesc[0] = "Scheme Editor allows you to create mechanical circuit diagrams with pneumatic and hydraulic components. With a comprehensive symbol library, you can easily visualize your circuit using simple drag-and-drop. You can also create and modify your own symbols in a custom library. Adding of product documentation and hyperlinks is possible. Scheme Editor can generate parts lists for your design automatically."; 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 = ''; } }