var fDesc=new Array(); fDesc[0] = "Antenna Magus is a tool created to help accelerate the antenna design and modelling process. Its huge database of over 250 antennas can be explored to choose the optimal topology, which can be designed to meet the system criteria and exported to seamlessly integrate with your design workflow. Validated antenna models can be exported to CST MICROWAVE STUDIO from a huge antenna database which means that the engineer can get to the customisation phase of an antenna design quickly and reliably."; 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 = ''; } }