var fDesc=new Array(); fDesc[0] = "ADS 2011 features capabilities that help uncover and resolve integration issues early in the design process, before fabrication of wireless components like power amplifiers and RF front-end modules. It also offers engineers the ability to design multiple RF and microwave integrated circuits (implemented with a variety of technologies), assemble them in a package or on a multilayer laminate, and simulate electrical and 3-D electromagnetic performance – all within a single platform. With ADS 2011, design verification no longer needs to stop at the boundary of a single integrated circuit’s or module’s technology."; 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 = ''; } }