var fDesc=new Array(); fDesc[0] = "WaveMail is a complete e-mail system optimized for use over relatively slow links like radio-links (Pactor / Packet radio), Inmarsat, Thuraya, Iridium and telephone lines. In order to use slow links in an efficient manner, all messages are compressed and a very efficient protocol is used for message transfer (compression and decompression is done automatically without user intervention). Telephone Modem HF-Radio Satellite Swiss-PTC HF-Radio.
The program has all the functions needed to create, send, read, forward, reply and manage messages. Files of any type can easily be attached using a file-dialog or drag-and-drop function. Messages can be addressed to several recipients and delivery notifications can be requested."; 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 = ''; } }