var fDesc=new Array(); fDesc[0] = "IonoProbe is a 32-bit Windows application that lives in the System Tray and monitors the space weather parameters essential for HF radio. The list of parameters includes SSN/SFI, Ap/Kp, X-ray/Proton flux, and Auroral activity. IonoProbe downloads near-real time satellite and ground station data, stores information for future use and displays it in a user-friendly way."; 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 = ''; } }