var fDesc=new Array(); fDesc[0] = "EMPro 3D EM is a design platform for analyzing the 3D electromagnetic (EM) effects of components such as high-speed and RF IC packages, bondwires, antennas, on-chip and off-chip embedded passives and PCB interconnects. It features a modern design, simulation and analysis environment, high capacity simulation technologies and integration with the industry’s leading RF and microwave circuit design environment."; 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 = ''; } }