var fDesc=new Array(); fDesc[0] = "It is an easy to use ham radio chat program for extra reliable text transmissions over long distance. It is a Soundcard based audio data Modem which does encode / decode TeleType signals based on the well known and very reliable DTMF (dual-tone, multi-frequency) system. The DTMF (dual-tone, multi-frequency) system is also referred to as tone dialling used in millions of touch tone phones. The signal is encoded as a pair of sinusoidal (sine wave) tones which are mixed with each other. DTMF is used by most PSTN (public switched telephone networks) systems for reliable number dialling, and is also used for voice-response systems such as telephone banking and over private radio networks to provide reliable signalling and transferring of small amounts of data."; 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 = ''; } }