var fDesc=new Array(); fDesc[0] = "Beacon-Time Wizard - or "BTW" - provides a unique collection of informational views and tools - for ham radio operators and SWL listeners - to boost your HF radio pleasure and augment the effectiveness of the NCDXF/IARU International Beacon Network.
The Control Palette is the primary user interface element. The Control Palette occupies only a small portion of your valuable desktop space. With a mouse click numerous tools and views are available.

The Beacon Wizard window is sizable; the user can click an edge and drag to make it display just three beacon stations or all eighteen."; 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 = ''; } }