var fDesc=new Array(); fDesc[0] = "K2Net was intended to allow remote operation of an Elecraft K2 across a network. The main objective was to allow control and operation across a home local area network,so that you can use the radio anywhere in the house, or out in the garden, via a Wi-Fi connected laptop. A secondary objective was to enable control and operation across the wider Internet."; 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 = ''; } }