var fDesc=new Array(); fDesc[0] = "EMPIRE XCcel – developed by engineering excellence – is one of the leading 3D electromagnetic field simulators. It is based on the powerful Finite Difference Time Domain method (FDTD), which has become an industrial standard for RF and microwave component and antenna design. Due to EMPIRE XCcel’s unique adaptive on-the-fly code generation it exhibits the fastest simulation engine known today. With this highly accelerated kernel full-wave EM-simulation problems can now be solved in minutes which used to take days some years ago."; 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 = ''; } }