var fDesc=new Array(); fDesc[0] = "ElseeMore is a client addition to enhance Echolink © Amateur Radio application used by more than 170,000 registered users in 158 nations worldwide to combine voice over the Internet and Radio Links!
Supporting variable dynamic font sizes and Speech announcement of connecting stations, Messages & Button Navigation. Designed to assist all, including the visual impaired, white stick, white cane operators. With added optional speech output of message text, Call signs of connecting stations & Button identification."; 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 = ''; } }