var fDesc=new Array(); fDesc[0] = "PropView uses the included VOACAP, ICEPAC, and IONCAP propagation prediction engines to forecast the minimum and maximum useable frequencies between two locations over a specified 24 hour period.

Results are rendered in an easy-to-understand color-graphic display. You can specify locations via direct latitude/longitude entry.

Alternatively, PropView interoperates with DXView to allow location selection via DXCC prefix entry or by clicking on locations on a world map."; 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 = ''; } }