var fDesc=new Array(); fDesc[0] = "Atyune is a powerful application specifically created to facilitate the design of impedance matching circuits for Radio Frequency (RF) devices and antennas. With Atyune, it is possible to greatly speed up the antenna and RF design process: no need to create projects, set up variables, layouts or other time-consuming operations; it can literally take less than one minute from starting the software to the final circuit."; 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 = ''; } }