var fDesc=new Array(); fDesc[0] = "EPIRBs (Emergency position-indicating rescue beacons) are small radio transmitters that SAR satellites and aircraft use to locate aircraft, vessels or individuals that need rescuing. They are part of the Global Maritime Distress Safety System. EpirbPlotter allows you to use your PC and soundcard to decode the data messages from these beacons and, in the case of EPIRBs with GPS position reporting capabilities, to plot their positions on a suitable chart. Current generation digital EPIRBs transmit data on channels in the 406MHz band."; 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 = ''; } }