var fDesc=new Array(); fDesc[0] = "DX Toolbox is a program that searches the web for you, gathering information on solar and geomagnetic conditions that affect radio propagation. Also, it features several propagation forecasting tools, allowing you to quickly and easily estimate current HF (Shortwave) propagation conditions between any two locations in the world. This program is designed for ham radio operators, shortwave listeners, or other radio enthusiasts."; 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 = ''; } }