var fDesc=new Array(); fDesc[0] = "Smith Chart is a simple and useful application that was specially developed for educational reasons. Edit and modify your own Smith chart in no time at all with the help of this simple tool. Smith Chart is an application that's been designed with crude matching network & filter synthesis. It works on Windows 95 or later."; 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 = ''; } }