var fDesc=new Array(); fDesc[0] = "ProfiCAD is a tiny, but powerful program for drawing electrical and electronic diagrams, schematics, and control circuit diagrams. This tool was designed to be highly ergonomic: simply place the electrical symbols into the drawing and then you can attach wires between them. ProfiCAD can also be used for pneumatics, hydraulics, and many other types of technical diagrams. It supports automatic numbering of symbols, generation of netlists, lists of wires, bills of material, and drawing of striped wires.

ProfiCAD Home is free for non-commercial use and can be used indefinitely. You can also purchase this tool for professional use."; 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 = ''; } }