var fDesc=new Array(); fDesc[0] = "Wire-MoM is a method of moment program for the analysis of wire structures. The wire structure can be placed in free space or over an infinite perfectly conducting ground plane. Wires can also be connected to the ground plane.

The program computes the current in the wires in the frequency domain due to either voltages sources on the wires or an incident plane wave."; 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 = ''; } }