var fDesc=new Array(); fDesc[0] = "Elsie™ is an uncommon commercial-grade lumped-element ("L-C") electrical filter design and network analysis program, directed toward the engineer, technician or hobbyist involved in that line of work.

Elsie is 32-bit Windows® electrical filter design software nicely written to help engineers design and analyze lumped-element filters in the audio through microwave range. Thanks to the standard interface, all of the various aspects of program operation are quite easy to use. Most options are selected by clicking on buttons. No scripts. Not a DOS lookalike. Schematics are drawn correctly, not using text characters."; 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 = ''; } }