var fDesc=new Array(); fDesc[0] = "WinRelay software enables electrical circuit design (architectural and schematic), with applications in construction and industry. It is also designed to generate pneumatic and hydraulic diagrams. Basic library of approximately 2800 electro-technical symbols (motors, contactors, circuit breakers...). WinSymbol program, within WinRelay™, allows you to create your own symbol library (1 symbol = 1 file).

Each sheet has its own layout, reference frame, and title block. Schematic model creation. Title blocks are customizable and editable."; 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 = ''; } }