var fDesc=new Array(); fDesc[0] = "CST MICROSTRIPES is a powerful 3D electromagnetic simulation tool, used extensively for solving challenging radiation problems including complex antenna structures.
Users of CST MICROSTRIPES™ 2009 (CST MS) will find a modernized interface which has been greatly
simplified by merging the Build tool and model history into the Project/Command Window, making it easier to run parameter sweeps and queue simulations."; 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 = ''; } }