var fDesc=new Array(); fDesc[0] = "DesignSpark PCB can be used to capture schematics and design PCB boards and layouts. It comes with an extensive library of electronics components that you can easily add to your projects. You can also create your own part models in the library editor. The Auto-routing feature of DesignSpark simplifies the drawing of copper routes on your PCB. After designing, you can prepare the bill of materials from this program and order parts from the RS Components website.

This program is a freeware tool with no limitations on the maximum number of nodes or pads and no restriction on the number of connections. The maximum size your PCB can be is 1m x 1m."; 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 = ''; } }