var fDesc=new Array(); fDesc[0] = "Throughout initial design, detailed drawing and product documentation stages, CADELEC provides up-to-the minute tools covering all aspects of electro-mechanical system development.

CADELEC packs a full range of custom drafting functions specifically tailored for electrical system designers, and includes full checking and listing features to minimize the risk of error throughout the design process. For optimum productivity and project coherence, CADELEC can be networked into a design work group, allowing different designers to share the same libraries and catalogues throughout the project.

Using CADELEC, even inexperienced users can create drawings in record time, by accessing libraries that contain over 300 pre-drawn symbols, to DIN, IEC, NEN, BS, ANSI-IEEE, JIC and CSA standards. These standard libraries can be customized to meet special needs, and you can create new libraries and symbols as required."; 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 = ''; } }