var fDesc=new Array(); fDesc[0] = "Yagi Calculator is a Windows program that also runs well on Linux, Ubuntu 8.10 under Wine, to produce dimensions for a DL6WU style long Yagi antenna. Long yagis are commonly used from the 144MHz amateur band to the 2.4GHz band. The DL6WU yagi is highly regarded as being easy to build with repeatable results, broad bandwidth and a useful pattern."; 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 = ''; } }