var fDesc=new Array(); fDesc[0] = "Radio Explorer displays shortwave radio broadcast schedules so that you can tune in to on‑air international stations and listen to the world around you. Radio Explorer is software for people who like listening to shortwave radio.
It's aim is to provide a prompt and accurate index into shortwave radio stations and their broadcast information. It is made to that goal, and has a well‐defined scope. It is especially effective at finding stations that broadcast to your locality. The sources of information that Radio Explorer is compatible with are regularly updated."; 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 = ''; } }