var fDesc=new Array(); fDesc[0] = "EMP3 calculates electromagnetic pulse propagation in 3D systems with complex arrangements of conducting, dielectric and magnetic materials. The program has a wide range of applications, including design of pulsed-power and pulsed-beam diagnostics, EMI analysis, wake-field calculation, optimization of pulsed-power convolutes and simulation of microcircuit time response and interference effects. Field Precision has made EMP3 available at no charge to the international research community."; 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 = ''; } }