var fDesc=new Array(); fDesc[0] = "AutoEZ works in conjunction with the EZNEC antenna modeling program and allows you to use variables to control diverse aspects of the model. You can then run multiple EZNEC test cases while AutoEZ automatically changes one or more variables between runs. The program can take full advantage of all the features new to EZNEC v. 5.0 such as virtual wires, realistic transmission lines with loss, transformers, L networks (which can be combined to form T and Pi networks), and parallel connected loads."; 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 = ''; } }