var fDesc=new Array(); fDesc[0] = "RX-SSTV is an easy and back to basics SSTV decoding program. It automatically saves received SSTV-images (any supported mode is detected automatically too) and supports DSP. Uses the powerful MMSSTV Engine © JE3HHT - Makoto Mori! Because SWL's don't need TX, this part of the program can be left out. No cumbersome settings for com-ports, ptt interfaces and no accidental transmissions by activating the TX by mistake! A totally harmless program for even the youngest of SWL's who want to discover the world of digital communications, like SSTV."; 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 = ''; } }