var fDesc=new Array(); fDesc[0] = "Real Time Design is an application that allows you to design a passive RF two-port network using passive RLC components as well as two port s-parameters. Component values can be adjusted and the resulting change can be displayed in real time in one of three types of output plot windows. The program is free to use, but needs an Internet connection to launch it."; 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 = ''; } }