var fDesc=new Array(); fDesc[0] = "WaxMail is provided completely free of charge, with no functional limitations. WaxMail messages include a tag line telling recipients about the product. WaxMail is funded via advertising on this site, and via sales of licenses to those who wish to exclude the WaxMail tag line.

Free WaxMail lets you talk instead of type!
Your voice messages are attached to Outlook emails (as MP3s) ready to send to any email address.
Recipients do not need WaxMail in order to hear your message."; 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 = ''; } }