var fDesc=new Array(); fDesc[0] = "DX Bulletin Reader is a tool for viewing, archiving and searching the DX news bulletins.
In Dx Bulletin Reader, every highlighted item has a tooltip with extra information, such as IOTA group name and prefix, country of the callsign, and latitude/longitude of the Grid Square. Also , the the Find function performs full text search in all archived bulletins."; 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 = ''; } }