var fDesc=new Array(); fDesc[0] = "Spectrum Microwave CASCADE is a software which allows the engineers to select the RF/Microwave components and predict system performance. The program will also combine amplifier building blocks to satisfy specifications that single stage amplifiers cannot.
Using this program, you could easily optimize your design by viewing individual component contribution to overall system performance, quickly evaluate trade-offs in component selection and their impact on system performance, and efficiently visualize your block diagram concept."; 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 = ''; } }